Loading Tool

Explorer IconExplorer

Memory Pool

79,980 transactions
29.76 vMB
0.09184253 BTC
Random Selection Loading Transactions
Max Size: 179.72/200 MB

Candidate Block

Mining Attempt b21e8928fc45298bce993257be006880509ea9e03026f4336e5d79e007a4f5d8
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 67273fb7a260e15c77c94f3dd8b4ecfb83e2960dd2de89cd5094a42d60d042f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,745
Size: 1.00 vMB
Total Fees: 0.02751390 BTC
Feerates: 100.11 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (392,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,195 522,195 0000000000000000001e0ade1f55ab490a35c6284d8346ac1bc0f2800ac37c64 1,783 1.00/1.00 vMB 46
522,194 522,194 00000000000000000020157901347b68b48d488d7a5016a111dd415e25c4f9fe 1,870 1.00/1.00 vMB 33
522,193 522,193 0000000000000000001d5853565068ba96bc3ddb68b336191402c4650ef51614 1,725 1.00/1.00 vMB 17
522,192 522,192 0000000000000000001568733a97dadd9903f35b646030c0c50090f16202c246 1,479 1.00/1.00 vMB 21
522,191 522,191 00000000000000000008841ec715933a3de96243b42bf5e0f9fd8bd3f3876912 586 0.37/1.00 vMB 26
522,190 522,190 0000000000000000003a151606a0d4de1fd5089cc807c1ebdfcfe1f027ce39db 1,799 1.00/1.00 vMB 57
522,189 522,189 00000000000000000034b12d6ac9ad4586d23ef0755b2fcc75de6e61db2c9d29 1,752 1.00/1.00 vMB 30
522,188 522,188 0000000000000000002953536b0e2aadc99915c4ba7bab2069d09a18f54753a6 4 0.00/1.00 vMB 92
522,187 522,187 00000000000000000020e8d69f6635a7b9d507e67f92ba743597b519e384558c 1,784 1.00/1.00 vMB 32
522,186 522,186 0000000000000000003e9e59a6787a54a01cb31f66f56387ef0e936df705ea44 1,852 1.00/1.00 vMB 14
522,185 522,185 00000000000000000015d7f59951e0759591a76b2de23c27b9331dbb102f2d05 1,339 1.00/1.00 vMB 32
522,184 522,184 000000000000000000058505917c5f7b0d90f13d23b0beab644ba6594c39bd88 1,738 1.00/1.00 vMB 12
522,183 522,183 0000000000000000003844ea2aebc1fd6e5bd576401117c54295fd9d15277569 1,578 1.00/1.00 vMB 42
522,182 522,182 00000000000000000001d354d2faef72af818fe359ee9d17c273d42faa6f1de4 1,720 1.00/1.00 vMB 18
522,181 522,181 0000000000000000003ffdaf64d85cb5afee31bc2af6d8c0cb4baca2b333d4c5 2,188 1.00/1.00 vMB 104
522,180 522,180 00000000000000000008d95c357b27c9a9b2ac3f5e1a8abde7c91e146ef99755 1,347 1.00/1.00 vMB 7
522,179 522,179 00000000000000000008f79b5728d4ec0d3d6129db6ce088ff2ce0dca3a54d4c 1,638 1.00/1.00 vMB 23
522,178 522,178 0000000000000000002f30e5c875ac1d1e38e334918437dbcbe45dfdfec60fc8 1,325 1.00/1.00 vMB 28
522,177 522,177 000000000000000000183bb37f9a06622bb5b52bac2f2ad2c65805285e4f137d 1,001 1.00/1.00 vMB 18
522,176 522,176 000000000000000000172c41ab2c3737f31b466c35ad755f74d5dcdadbaf0e5c 1,863 1.00/1.00 vMB 38
522,175 522,175 000000000000000000298abf5d8a74472cff4bcbe97262c4fe81084ccdd11ef3 342 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 670.17 GB
    • Received: 15.83 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.