Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,897 transactions (1.32 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,459 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (832,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,260 77,260 00000000005886f8c1097b0f9d937284b08d880656f571646beb7c13043fd09b 0.00 MB 3 0
77,259 77,259 0000000000027954780cbfe306986a56f0bed7e1dc9119fceb464f147c672e7b 0.00 MB 1 0
77,258 77,258 000000000029ba41b61ea4d3a0e939d631fef93199d17876bb8611a821c81ccb 0.00 MB 6 546
77,257 77,257 00000000005baaf633968f0049e876da67ab3522c466226021f1e84f732c3557 0.00 MB 1 0
77,256 77,256 000000000006b7cf86ce3f962983158b86a17fbfef04c601698e5399f118efa9 0.00 MB 1 0
77,255 77,255 000000000025749473a10fcf331f2cf44e169fcddb2c8a099decb4e98814bf80 0.00 MB 3 0
77,254 77,254 000000000005761139d18c4c6aa9e5b2a9a9ac088cadf68b00c71369e6bd8b6e 0.00 MB 1 0
77,253 77,253 00000000001ead2c140e9335e6c8fda923edd4bd5cbfcdf7261635b94bd12ddb 0.00 MB 4 0
77,252 77,252 0000000000290001c9947b95af9260edad9b853acf121cde7333fc7c2285acca 0.00 MB 4 0
77,251 77,251 0000000000326c7ec0cf5c1a0b542d4c02f2adfb29f70add705a116ffc47fbdf 0.00 MB 6 0
77,250 77,250 00000000004ac30e8ced17bf53d5c9edfc34f0213d1bb4be5f6cd3f2eafa0453 0.00 MB 5 0
77,249 77,249 00000000000be381ecd70bf5e5ef163903ce6594a8c083b09b6b57a5e3eba3de 0.00 MB 11 801
77,248 77,248 000000000054556604d296ce07199e7affcf06ad62f005bdd595922a551cad2b 0.00 MB 4 0
77,247 77,247 0000000000412ea6bde9461fc801e3e24e20be19be0b010a3b8ea663ccb7d693 0.00 MB 15 0
77,246 77,246 0000000000087af088fbc0def06c5683d7facf3fa52c03131793f18abf8c74f0 0.00 MB 1 0
77,245 77,245 000000000025949750b74cf9e0fb597bf0834031ad2da11c8e2f867d32a07dce 0.00 MB 3 0
77,244 77,244 0000000000008b148211d479450c7f4d1fd57baed2b22b4bb971c12699f72c47 0.00 MB 1 0
77,243 77,243 00000000004ea95600f4a1fd0e5f6f365d7b50d60159bfaa8e988b33c0df5fde 0.00 MB 1 0
77,242 77,242 000000000049489d5f36bdc4aae87c37e88e2d1a61ef0d5cdb20bd3c25a55ba1 0.00 MB 3 0
77,241 77,241 000000000057179bd0bdb1cac1c9bef112aad0cf345adb115da9449c79d78c25 0.00 MB 1 0
77,240 77,240 00000000001401d5b779c9dfe29ef4ab157f92ffd3d905c8aaeefe53aefa5ab9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,079.15 GB sent, 110.20 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.