Loading Tool

Explorer IconExplorer

Memory Pool

37,254 transactions
26.87 vMB
0.06070152 BTC
Random Selection Loading Transactions
Max Size: 136.53/200 MB

Candidate Block

Mining Attempt 9e726fe479d841bd7ee43a28611d3ec47327348efafef6975d4007beee3b6191
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 71b78fbd7d03e6a2c801a240ad263da887961d6ce514bb215e104c3af9eb8e9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.01028860 BTC
Feerates: 74.79 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (79,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,152 835,152 000000000000000000022e134aaa57f955f66a66b9a3b4f4c2f04c412b2b1c2e 3,507 1.00/1.00 vMB 11
835,151 835,151 00000000000000000000d3e86f31a24c768d3807d5d247d0e2669ed7f81ca1b9 1 0.00/1.00 vMB 0
835,150 835,150 0000000000000000000217baebb8718901ca32e8c9e76515da56507890e88277 2,500 1.00/1.00 vMB 12
835,149 835,149 00000000000000000000b08874e0b78558c4ad9ef9d25ab960221439132b7e88 2,044 1.00/1.00 vMB 14
835,148 835,148 0000000000000000000233a4429fa2260726ddd139bbcb8ff4d3d5e5d5f88254 3,364 1.00/1.00 vMB 10
835,147 835,147 0000000000000000000305f5b6856eb63aee6b1be322cfc04d1cc07d41724f5e 2,784 1.00/1.00 vMB 8
835,146 835,146 000000000000000000003dba890ab4d420b3ef52f2827fb145257c7949d868e2 2,210 1.00/1.00 vMB 13
835,145 835,145 00000000000000000002c1bd374da32b2e304d1f9224d63aa680849cfc44fef1 2,480 1.00/1.00 vMB 15
835,144 835,144 00000000000000000000fceb513625c14e17dfc6be25a533feccf197cb30af84 2,568 1.00/1.00 vMB 18
835,143 835,143 0000000000000000000304a46773f4371482468adc9bd56a2d649384c469e691 3,612 1.00/1.00 vMB 13
835,142 835,142 00000000000000000002ac40be171db85a98c12134552177e6d8bb5661fce600 3,108 1.00/1.00 vMB 11
835,141 835,141 000000000000000000033f429599b91fdd9e7991801307346b5352919fa8a56f 2,676 1.00/1.00 vMB 17
835,140 835,140 000000000000000000033f88a18c77dc374e7809428e0c2add5129eb5bb3ebf8 2,638 1.00/1.00 vMB 13
835,139 835,139 000000000000000000034fce2e7eb5fefe09d992dd45253e8dc58dd8ab133154 3,476 1.00/1.00 vMB 13
835,138 835,138 000000000000000000019100d82d487e1c3ef104a32a1167e1bea56307b75bc4 2,396 1.00/1.00 vMB 9
835,137 835,137 000000000000000000000aecc84fd4de8bf1c50f0eb43bccecaa0f9fe714df1d 472 1.00/1.00 vMB 8
835,136 835,136 00000000000000000000f9e92a5f76bb5cf056d0f82402777a23e23472fafa79 3,520 1.00/1.00 vMB 11
835,135 835,135 00000000000000000001b4c17eabca84599e23e80fad2f39aa50e838469c1946 1,847 1.00/1.00 vMB 15
835,134 835,134 000000000000000000005d2d032d691874a1e25de4ffbca3ee3905bd46972736 2,866 1.00/1.00 vMB 19
835,133 835,133 0000000000000000000186275bf6cb956c1aa9d1f03c88a63a88075aa6e768d3 2,372 1.00/1.00 vMB 23
835,132 835,132 000000000000000000003fb24eda91e051e2f59eee3ec0abd168f02328d6c48f 2,972 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.