Loading Tool

Explorer IconExplorer

Memory Pool

25,092 transactions
25.37 vMB
0.05840801 BTC
Random Selection Loading Transactions
Max Size: 122.59/200 MB

Candidate Block

Mining Attempt 3ca4e5aeb106467903b4c1f7985839f7f2714c7da7e30d7d3a2d65e1c33656b9
Version 20000000
Previous Block 00000000000000000001ba8a20a80418340a612809951dcc481799aa73d20526
Merkle Root 3ab93f4280e386d2e4e72fbaa530e6116a2153a11c58f0e14f561b87aba6964d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,671
Size: 1.00 vMB
Total Fees: 0.01214004 BTC
Feerates: 100.53 > 1.22 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,238 (809,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,616 104,616 000000000001ec2342fcb1f6c8c5137d5433a9ae50146b31bbca46f4d2c02bbc 2 0.00/1.00 vMB 0
104,615 104,615 000000000002a353e66613856fd9cf00a3a4b1dcdd010945add2ca2da2ec7f1e 5 0.00/1.00 vMB 0
104,614 104,614 0000000000015c83cc1058014698f2c4e5225a8019e2fb3ed406ee20d223f5ff 1 0.00/1.00 vMB 0
104,613 104,613 000000000000dceb61d1a8c7166d8ea6a634538b94d777168518d073ee149b8a 1 0.00/1.00 vMB 0
104,612 104,612 000000000000220867848151dcd3a6b4f1d4a0538f1a0ce68963602f5b162fc4 1 0.00/1.00 vMB 0
104,611 104,611 000000000002c1194054ab429b7bd96bfa606023c1e2d0dd9952b84c57538b5f 5 0.00/1.00 vMB 0
104,610 104,610 00000000000294699b5a6f2c126a03c767f23e857827a5b32b0d45fa13f11071 19 0.00/1.00 vMB 0
104,609 104,609 000000000001343fc07c144a6e6924dcadaafbe90ef9656177a4ac9cdd179019 5 0.00/1.00 vMB 0
104,608 104,608 000000000000d3134d684f39976c5f81a2c886fd109589a8b925ad34d4665b91 12 0.00/1.00 vMB 0
104,607 104,607 00000000000054408c5cb06cb214ea504c870df77df6d07f14be68926157e57a 7 0.00/1.00 vMB 0
104,606 104,606 000000000002c0767160c23e5a65f570ae60c03782dd2c64bc5c9156f618aabd 13 0.00/1.00 vMB 0
104,605 104,605 000000000000b32d491ea71f4f77dfe2f2054bdd7b0d48f0dcfcc4e7ab99180c 25 0.01/1.00 vMB 0
104,604 104,604 000000000003647ebf99d10b15c869d1e284f970d62afbfb16a360095c84bcf3 1 0.00/1.00 vMB 0
104,603 104,603 00000000000212adf9afacf2e6ba3a36714f81fb070a0557d4e7dc1a4e88edc1 2 0.00/1.00 vMB 0
104,602 104,602 00000000000018ec608cfe63244a8ba9ea3464bde99bc49c834dbb5fdd2efc99 3 0.00/1.00 vMB 0
104,601 104,601 0000000000013552114a6947189785eb8f337a09cd186d2e0755ca098e1a47b3 2 0.00/1.00 vMB 0
104,600 104,600 0000000000011223f1011251cd95d922f2dbf617e029c5e24882e65920526d35 2 0.00/1.00 vMB 0
104,599 104,599 0000000000037bf7f49128265c761e49f7af93f670135f48dd8f5aa48ab44f73 5 0.00/1.00 vMB 0
104,598 104,598 000000000000ac66cbc588f3e966fcbd2f28a280f07156274297e03d71059055 2 0.00/1.00 vMB 0
104,597 104,597 0000000000021ce6fcc09e4f15a4d7f9c0ddfb231609c61900b56787485e7622 11 0.00/1.00 vMB 0
104,596 104,596 0000000000038804c0040b1fa095a80c78405e277cd994987ff05fa24a876cc3 22 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.09 GB
    • Received: 8.39 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.