Loading Tool

Explorer IconExplorer

Memory Pool

79,625 transactions
29.25 vMB
0.07594175 BTC
Random Selection Loading Transactions
Max Size: 177.81/200 MB

Candidate Block

Mining Attempt 382710a53e7dd098a2f66ac16b005004384bcb3ac6812bebfd637a5b36661733
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,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
522,174 522,174 0000000000000000003d646c333340be9dc0fb65bc83cc18290d760b938c2a63 354 1.00/1.00 vMB 12
522,173 522,173 00000000000000000023c17ed9136a7b940491ceb1f3f1abf192a4689b1e7f08 788 1.00/1.00 vMB 26
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.