Loading Tool

Explorer IconExplorer

Memory Pool

79,632 transactions
29.26 vMB
0.07610266 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt a35ba5e443b499e9554049e1531ffdb72338e47ef6f9de1aee98aa19e66f2d11
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root c588d05eaf558cba3f63cd38afdc453c5a7c221c55e4c9e505f34a9fc8b515ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.01470371 BTC
Feerates: 74.86 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (392,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,198 522,198 000000000000000000020030fad425f2efe9aaf6797ccbcbd06707c3476640e1 1,964 1.00/1.00 vMB 46
522,197 522,197 000000000000000000066431165495c137a3f5c5522326cb21d4ec340c030a45 2,049 1.00/1.00 vMB 8
522,196 522,196 0000000000000000000006549bea611be39c548d3f276fee3423109c7361c5cd 2,136 1.00/1.00 vMB 27
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
Previous 10 blocks ↓
Total Size: 782.54 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: 669.11 GB
    • Received: 15.73 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.