Loading Tool

Explorer IconExplorer

Memory Pool

81,028 transactions
30.40 vMB
0.13402148 BTC
Random Selection Loading Transactions
Max Size: 181.97/200 MB

Candidate Block

Mining Attempt 4ac7edc71bf35e95c593b1001abef3d653a5f80df32f33e4ee660c5969be5f63
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root e821f63ec057d1646d6ca3b36cde021c7fbab7bf3d5abb4badc4047e2973f7a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.06162669 BTC
Feerates: 150.86 > 6.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (205,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,329 709,329 0000000000000000000c36c2df3dbf1a5bcda72f670b880b49c990868e7987dd 44 0.03/1.00 vMB 12
709,328 709,328 00000000000000000008c23df3b02d25e5fb96a9db1527615b7d0f1b5e7ce03d 1,776 0.88/1.00 vMB 5
709,327 709,327 0000000000000000000c09a14c5d9d9b2329a4658667e7656e71b264d78a91cb 938 1.00/1.00 vMB 12
709,326 709,326 000000000000000000031014f441dd23f02558e28e1f5de934b240f46e974c22 588 1.00/1.00 vMB 10
709,325 709,325 000000000000000000091fbde39afd7de7e6989e8ed95695b1a07b25a621a00c 770 1.00/1.00 vMB 12
709,324 709,324 00000000000000000000dfb99c633cfd865bba7052d73c0af20d3e79a1d2fa55 1,186 0.49/1.00 vMB 7
709,323 709,323 00000000000000000003cec1ae5309f0b73945883a8857491e11b598f1fef69a 2,135 1.00/1.00 vMB 8
709,322 709,322 000000000000000000064973b717df91841f628e163ef83085855cb2fcf018ec 2,356 1.00/1.00 vMB 14
709,321 709,321 0000000000000000000054be51c48cc573ece2fa4df861d84dcff7f438830cd6 874 1.00/1.00 vMB 11
709,320 709,320 0000000000000000000865e93d16209b867cb449a309aeb9508acc528dce5368 713 0.23/1.00 vMB 14
709,319 709,319 0000000000000000000ba421693e1fa23fa71a7fc98e1e789459202ec508fc6f 1,042 0.42/1.00 vMB 16
709,318 709,318 0000000000000000000807a3118de6d888f4d60c6a9fe079ce5d068be16a577b 1,083 0.56/1.00 vMB 8
709,317 709,317 0000000000000000000b931a7b2b9d55a285430eb0a66a720563250341823002 2,561 1.00/1.00 vMB 11
709,316 709,316 00000000000000000002291e7c0b1a580beb7cc39c8f91c6bf39367a340e57be 2,233 1.00/1.00 vMB 18
709,315 709,315 0000000000000000000593055b977ee8891103f923213761aba8edf953a5ccfe 1,845 0.91/1.00 vMB 10
709,314 709,314 00000000000000000008dcf62f767d35b4554582538c47869b91c9f7ab3fc80e 386 0.29/1.00 vMB 5
709,313 709,313 0000000000000000000cb1191c36766a53afa5c85ecb8b8551c2b3978ae1af71 2,629 0.97/1.00 vMB 9
709,312 709,312 00000000000000000000c7d2127f334f5a6a97e8199957860740c32e2a11d278 2,898 1.00/1.00 vMB 8
709,311 709,311 00000000000000000006dee4657a76da02a102fda304ca02f79b0d0b6168deb9 1,958 1.00/1.00 vMB 11
709,310 709,310 00000000000000000005b2d2a5eb793b8bdb6ec7a3e5fb55751db0eadd4945e7 2,639 1.00/1.00 vMB 23
709,309 709,309 0000000000000000000080537760caaae5bf9a7bf7d57a4ff3493571a12f9c54 272 0.11/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.