Memory Pool Memory Pool Refreshing

3,857 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,038 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (762,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,348 145,348 0000000000000712946fcf86661395a83fb715978d680a5eae8a5c6db771aabc 0.01 MB 35 60
145,347 145,347 00000000000002f83cdf2c0cc9b4863d9bec247d5f122e79b55fe6febab0f6c5 0.03 MB 54 101
145,346 145,346 00000000000007a97ae928d1a42e22a1c85b895c56502c8c9b9dbdb7af0ea3e6 0.00 MB 9 669
145,345 145,345 00000000000000852fe0e4834b953cfd1eeaed53ed0add8a83928c63f53067d9 0.04 MB 124 66
145,344 145,344 00000000000004082eab788a57ef75be1a107cd87d320ad9cf246bea4cf383ce 0.06 MB 109 519
145,343 145,343 000000000000028ff094123730ee56066dd097a1ab3f91bb55d167afee5cfb41 0.03 MB 76 110
145,342 145,342 0000000000000658799a7e6d131c658399ca33d02de6cd127c5a8cd9929763c6 0.02 MB 37 191
145,341 145,341 0000000000000387a8fe272f2bb58ed5b5a399ed47ae99a3c86fde03bd629a43 0.00 MB 10 539
145,340 145,340 000000000000005ab88d1076683bc75a4d65ed7a8e1248610323c45ae24da699 0.00 MB 1 0
145,339 145,339 00000000000005c9e064f9ea5cdc26677987d2e57d732f11db7a13483851e966 0.05 MB 95 163
145,338 145,338 00000000000001ecfc0eb4b84f297b2c0f2738de24f1f52c6822d6d1ff35b064 0.00 MB 1 0
145,337 145,337 00000000000008505fe661a526b55d1f19029c10540c0419cf9deb55699f8a75 0.01 MB 22 0
145,336 145,336 000000000000073ca3169290f28fb68385ed143540ce2a2c5a7448a719181769 0.01 MB 41 114
145,335 145,335 000000000000094ad81c1165b4ddb71382a4f249d759411fa0be25aad076fdee 0.03 MB 62 191
145,334 145,334 00000000000002cf3ef4b1a9e13752f60f5d445d7afb6626154d537357edf5e4 0.01 MB 27 121
145,333 145,333 00000000000003c2bacdada97697a1e4721ac85dea743082d34fd9fa2499fbbd 0.02 MB 19 175
145,332 145,332 000000000000091536fdd12f537b249a1628db95d078004fb9dc7054d2adee1d 0.02 MB 55 134
145,331 145,331 000000000000027fbe6d987cfb614e42214b1f8e376d00b9d44ac87d0be947d9 0.02 MB 42 56
145,330 145,330 00000000000008c5c576298af0771a2dcc4acad2aa98bd6f52a6c5295dbf8f80 0.04 MB 59 73
145,329 145,329 00000000000005c90b33fa6fccf945ae0ba06df95774e698e9f5bba13c700579 0.03 MB 100 12
145,328 145,328 00000000000002db433eefc8a38c20cbe58886331bfc4b316eb4cf9f6d234430 0.01 MB 13 581
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.