Loading Tool

Explorer IconExplorer

Memory Pool

43,923 transactions
31.06 vMB
0.13566068 BTC
Random Selection Loading Transactions
Max Size: 158.00/200 MB

Candidate Block

Mining Attempt 94333409e1822d0ba70ef1a1fc1cc84f39012c88373cd9dc6c7b1aa7d0511b26
Version 20000000
Previous Block 0000000000000000000164281bb9c4d30def7985f62e854cc0de9866367320c5
Merkle Root 7a7f3cb44321d8c7a04f7b2aca1ccb515a3a949be73fc76788c76b51c5fdb2a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,973
Size: 1.00 vMB
Total Fees: 0.07301087 BTC
Feerates: 301.60 > 7.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,466 (826,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,396 88,396 000000000003e6f17c4aeea1bf51e67f138f9cf4252874d673097b67752ebead 3 0.00/1.00 vMB 0
88,395 88,395 000000000009891e1feb2fac80836e408ea34391f75569d020a72316708b780e 1 0.00/1.00 vMB 0
88,394 88,394 00000000001d5912001e4d5d94383cd246d6289d948c4fee259824b8f7eff0e4 1 0.00/1.00 vMB 0
88,393 88,393 00000000000ccdea94a159bc7c6af1f446a983135360d68423f6d2c41e053e1c 1 0.00/1.00 vMB 0
88,392 88,392 00000000001a41cb8ccf30b58ad623b4f69b591740051adbac631ba4da2c8287 3 0.00/1.00 vMB 0
88,391 88,391 000000000008bd9de0b2a2f10bca1e8257a5d8b7b0a35a427b5ed7101a5677b8 1 0.00/1.00 vMB 0
88,390 88,390 000000000012cd7fcb87878f90d757be05214d8cf3e7e1af2e0f728ab47b4c5c 1 0.00/1.00 vMB 0
88,389 88,389 00000000000c45109a09d6ef042e7a02843ff2e275e1cbde1023818c0c4641f0 1 0.00/1.00 vMB 0
88,388 88,388 00000000001e00ac4141612b1b71ddb9c6d0157dd5c28cac0fd44b492d9a56ee 2 0.00/1.00 vMB 0
88,387 88,387 000000000003253ae30337985c4f9a531633ae4516f2d1fe524281d7341b2e3e 1 0.00/1.00 vMB 0
88,386 88,386 00000000000a6bea9bd2e8438c67481631bf26f28c8a20d01b34c0754b8f2b91 2 0.00/1.00 vMB 0
88,385 88,385 000000000017e328cc78fe3ff2f59f3d114636070ee42831a380329277ca1f5a 1 0.00/1.00 vMB 0
88,384 88,384 000000000004927165e9081a03effc3bbaddfe2a00b82cae2b3da38d50e87221 1 0.00/1.00 vMB 0
88,383 88,383 000000000000ab0cdf414c2e547b7181c7c0d93dfa5caccd0feacd031d833fa5 2 0.00/1.00 vMB 0
88,382 88,382 00000000001873c1eff05a57c0958a8358022b94bdd31f9765a03705fc6ab103 1 0.00/1.00 vMB 0
88,381 88,381 0000000000008cb845fc6f457e15c09a4d4fb78035c44d90824b23ad5117d874 2 0.00/1.00 vMB 0
88,380 88,380 000000000013f3f0fd5afd8f2daead6ade78c0047abbeb7e79f928f90b31dd96 1 0.00/1.00 vMB 0
88,379 88,379 0000000000072a61cb13655af4d3fe780a97d630f0db308c953e248b489cb4dd 2 0.00/1.00 vMB 0
88,378 88,378 0000000000084d49372b1513702bbf99258dc8ea8e714d79fff07ea86b160c95 1 0.00/1.00 vMB 0
88,377 88,377 0000000000131fa18b992075967bde68049c28c3adc790884efd028c9737c988 1 0.00/1.00 vMB 0
88,376 88,376 00000000001bdad9bc682d718b23ce396779a11aed1737f365ea89089ef36d02 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.21 GB
    • Received: 10.71 GB
  • Uptime:

Notes

  • 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.