Loading Tool

Explorer IconExplorer

Memory Pool

43,957 transactions
29.65 vMB
0.09025000 BTC
Random Selection Loading Transactions
Max Size: 152.63/200 MB

Candidate Block

Mining Attempt 00aa9265840e81c67a6a1913e75a6745c91590ea334ce156b913f9c8e01e8f81
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root ef500f16f5536b8b4418bd8b1f0cf28f277e60da7f5871af7beee28ccf6263df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 1.00 vMB
Total Fees: 0.02996927 BTC
Feerates: 150.75 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (268,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,872 645,872 0000000000000000000e0d2b11e9f8c06a0734cc65634f649d1e694b59b032ac 1,978 1.00/1.00 vMB 69
645,871 645,871 00000000000000000009d9d25c0dc71954766bfb402b6f1d4a6845bfe1398fc1 2,574 1.00/1.00 vMB 74
645,870 645,870 0000000000000000000a9981d3d4ae296ae24cf6383dc9efd6f7db3209a5eba5 2,320 1.00/1.00 vMB 85
645,869 645,869 0000000000000000000c96aebff87228784cfae3109decbd02156498c3715333 3,328 1.00/1.00 vMB 130
645,868 645,868 00000000000000000004006ba51e8522a7e6ebef6ba70da9536cfd907d588583 1,352 1.00/1.00 vMB 56
645,867 645,867 00000000000000000008a2a7bb97a862c356127b5b4540d5c45951d713a965fd 2,165 1.00/1.00 vMB 42
645,866 645,866 00000000000000000005c627ea5df614e1db7c94601bb03598450200e1a2b290 2,181 1.00/1.00 vMB 100
645,865 645,865 0000000000000000000a1214c66915ab00f2b682af11db5103c162b3aa4613aa 2,136 1.00/1.00 vMB 25
645,864 645,864 0000000000000000000741c5918a97daeb3852602daa4ad95643d6f7efb186fb 1,699 1.00/1.00 vMB 7
645,863 645,863 00000000000000000006811a52541156b51412e5fa00fdfde231904ca50d4c12 2,371 1.00/1.00 vMB 8
645,862 645,862 0000000000000000000e8aa439eebbc711275f5b4188c58713d5f7877b3ac719 2,092 1.00/1.00 vMB 20
645,861 645,861 00000000000000000002616bc6cf58c51cfde64420d9b664a90bb88282e930fc 2,257 1.00/1.00 vMB 27
645,860 645,860 00000000000000000009a08a6070beccad7d42b9ba0a335afceab131a94c90a2 2,159 1.00/1.00 vMB 46
645,859 645,859 00000000000000000006a4a5f74bca6f069ba0011bfac9f01ec20bf402196007 2,152 1.00/1.00 vMB 67
645,858 645,858 000000000000000000025fa485ba8d0d77bbf1e84a6ffac878d7e88176c36d89 2,394 1.00/1.00 vMB 83
645,857 645,857 0000000000000000000a63cb50443ac0a76171e47b3eb146741bbd0a87c40bb3 1,787 1.00/1.00 vMB 85
645,856 645,856 0000000000000000000bfa85c64cf7b3f99cdc204d291623598780ee7cc31e31 2,662 1.00/1.00 vMB 108
645,855 645,855 00000000000000000006b51149f377ccefa627c19f6a7c1cfa64b0608bc38f94 2,880 1.00/1.00 vMB 113
645,854 645,854 0000000000000000000b38c687ba58217c31f32eb132b7d953c3464651c8938d 2,098 1.00/1.00 vMB 22
645,853 645,853 0000000000000000000918ac0b05742d3481ec67b3b7790f1bbb333e8052137f 2,076 1.00/1.00 vMB 103
645,852 645,852 0000000000000000000ef9597736b5c3cc64a5b2fc727296b4cdd276899ea4e2 2,261 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.70 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: 629.22 GB
    • Received: 11.88 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.