Loading Tool

Explorer IconExplorer

Memory Pool

78,898 transactions
30.08 vMB
0.09126343 BTC
Random Selection Loading Transactions
Max Size: 179.71/200 MB

Candidate Block

Mining Attempt 03b26db6bd04e03d848dd2e6efef1360dc27801d1c01f5eb867c9af9a7004d5e
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root eaa7206b7aaf2cc22d20d903a8303bdb7f149b5326ac57f3c11debe54a323908
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,081
Size: 1.00 vMB
Total Fees: 0.02127951 BTC
Feerates: 150.61 > 2.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (479,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,453 435,453 00000000000000000045d883f83594660aba2ade8d3df77f3eda30121ae03828 612 0.29/1.00 vMB 50
435,452 435,452 00000000000000000425e249687516f1c52b6bc3caa2481ac02fba0d5c87d955 808 0.33/1.00 vMB 61
435,451 435,451 0000000000000000020d5c3af7dd000d1a3fb92759bd7f15aa44fb59937c7c86 274 0.22/1.00 vMB 52
435,450 435,450 000000000000000000be1d7caf4fa661a1d2e1b6aa0f5032af21ff9432eeb8c6 921 0.60/1.00 vMB 58
435,449 435,449 0000000000000000007d4709889bb6718c7ce63a8eee94ed960734a8c771c6cf 2,247 0.96/1.00 vMB 71
435,448 435,448 0000000000000000010010c13c1a76f7964627d3ca0ea1d8ad4fb20f1535ae15 897 0.42/1.00 vMB 59
435,447 435,447 0000000000000000003fd3d74103fc274d5dd96dd23dbc28da5fa7fddd2ff1b9 265 1.00/1.00 vMB 5
435,446 435,446 000000000000000001a0a2fac49a0593b542dde0b34d0691a9e678cf84a3cc97 2,129 0.99/1.00 vMB 46
435,445 435,445 0000000000000000031ddc9be8760570deef3b0a503882a667e27251f440eff6 2,503 1.00/1.00 vMB 78
435,444 435,444 0000000000000000001a5e8e2939fadc4ad0013642caed87e0c5e42ff4762728 750 1.00/1.00 vMB 20
435,443 435,443 0000000000000000017015c784ae67b73b292253d27a275082764bb6dbe82064 1,431 0.99/1.00 vMB 43
435,442 435,442 000000000000000003da020cca12eb61ab5cf3b9a694626f5a1b2dc254efad75 927 0.42/1.00 vMB 53
435,441 435,441 000000000000000000f1346f741126e2a2041c82d72c13610b22e0f75a63e9cd 394 0.18/1.00 vMB 59
435,440 435,440 0000000000000000009567e26efc10c7ebf5db5a927446f313b37c73a014ebfb 641 0.25/1.00 vMB 65
435,439 435,439 00000000000000000091032c34881334bb515e2878a25af5349c7748f4718ad8 1,084 0.41/1.00 vMB 67
435,438 435,438 0000000000000000016980586b1c9c427e07f143cea2df8f5689088af6a9053c 862 0.33/1.00 vMB 67
435,437 435,437 00000000000000000369c5561df2bbeaa4f37391896afc96c07dec0fd0d535a8 1,244 0.59/1.00 vMB 51
435,436 435,436 0000000000000000022a3cbfb6b291f8967689fbd09319ffdcd769bc4f567e28 2,261 1.00/1.00 vMB 74
435,435 435,435 000000000000000002ccb4357d5f2876f0eba84ce9dec1d5fabbe54e695a0008 1,916 0.98/1.00 vMB 38
435,434 435,434 0000000000000000021a0c6520d6f257c0f0234814c75560a90333da47fd63a3 2,612 1.00/1.00 vMB 62
435,433 435,433 000000000000000003e168e9eadcb30ec1fe49ccc0b3bd48a0abcd38b6429210 2,572 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.