Loading Tool

Explorer IconExplorer

Memory Pool

79,830 transactions
29.61 vMB
0.09481741 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt e10ff981c392386c427cdc2922e88d5d1a3cf7ecb7039c97ac6652d2d658bb59
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 6d6038a5bbba992ea0f178012eaa51aec45fd9288929adcbc0e33c5311d3809d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.03193499 BTC
Feerates: 301.60 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (329,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,120 585,120 0000000000000000000a1a4bbe9e5c8b5f307dab5cc78952ae1dc5cadff20d8b 2,965 1.00/1.00 vMB 51
585,119 585,119 00000000000000000017a439ae91e9931e5c4c63ef8289838a4bb456c6d9d224 2,445 1.00/1.00 vMB 14
585,118 585,118 00000000000000000012a0fd57a7afb64b1b52529ab1793601cc5e3c3363fec5 2,257 1.00/1.00 vMB 7
585,117 585,117 0000000000000000000006aebe40c36f6db30fbe71582a891a49d320ea6644ec 2,669 1.00/1.00 vMB 48
585,116 585,116 00000000000000000014f5388b641660c7213d36d2924d495aabb8d7c4c3e1f7 2,332 1.00/1.00 vMB 47
585,115 585,115 000000000000000000089a0c49ad8480e57ca3547afe82aacde01be70c8c29f9 3,170 1.00/1.00 vMB 74
585,114 585,114 0000000000000000000de84e0ce0c3f43bc60631e9bd5224a765fb78c4a86b58 2,922 1.00/1.00 vMB 59
585,113 585,113 0000000000000000000c49fc04b59cee7108ff1bf22df5d705f1c63506ad4bbb 2,038 1.00/1.00 vMB 37
585,112 585,112 0000000000000000000f9e9e772a27418bed8dd5ad89455d8feb3d3b97095990 3,058 1.00/1.00 vMB 35
585,111 585,111 0000000000000000000dcfbaac792ceb4c2ff9b70edfb5cd33f1ae81d9aa347e 3,066 1.00/1.00 vMB 80
585,110 585,110 0000000000000000000c442e658be90807b84e4e134f3e5dc13533da17d340f5 1,162 1.00/1.00 vMB 5
585,109 585,109 000000000000000000066ec197f3ed87a59aa2b5bc2854d59fd784476b60e375 1,063 1.00/1.00 vMB 8
585,108 585,108 00000000000000000005dc44e777ab95e021f44be3535ef7c7db64db7ed96b44 1,275 1.00/1.00 vMB 19
585,107 585,107 0000000000000000001c1044e7f2515fb82d0e22446ed5d166a6e14029710516 2,547 1.00/1.00 vMB 50
585,106 585,106 0000000000000000000f19565924c9f44dd089d4c0df5004a74a3e695ae82d48 768 1.00/1.00 vMB 9
585,105 585,105 0000000000000000000db01363f574252444d1f3eca0db48395dd146a32a8ead 2,538 1.00/1.00 vMB 25
585,104 585,104 00000000000000000006d7e8104e83a11096e075e3e4e4321c669fe1e98a1f77 2,172 1.00/1.00 vMB 24
585,103 585,103 00000000000000000007cb0949550246f42ce4f15aee6fcd0e809ed82ab86152 2,440 1.00/1.00 vMB 50
585,102 585,102 00000000000000000009c1fa6697b0ed2dc70d7912c46462b4b6d2b6cf59c26d 3,267 1.00/1.00 vMB 72
585,101 585,101 000000000000000000134011cc111536552ce789deba834d07a67107bae5306e 2,518 1.00/1.00 vMB 35
585,100 585,100 0000000000000000000ac00059676e713f4e0d40e94663866c40295f39ac5aa5 2,987 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.56 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.95 GB
    • Received: 15.79 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.