Loading Tool

Explorer IconExplorer

Memory Pool

26,879 transactions
12.19 vMB
0.04765140 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.95/200 MB

Candidate Block

Mining Attempt 5af76a9d29b1fe446e86cd22aa44ee07907716fa04dded8dbfbe34cb9e588b8d
Version 20000000
Previous Block 000000000000000000004df18fbb3134561b9645b170de34e7ff35b32b468cc3
Merkle Root 50e160e3152d04967854b1358966a154434e84971edbd06364e8d0fcedc213f9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,748
Size: 1.00 vMB
Total Fees: 0.01873636 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,349 (760,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,111 153,111 00000000000006cb8265fa9b2a68750449cadc8980d1f7f49f5afc2a63e68702 19 0.01 vMB 22
153,110 153,110 0000000000000b066419e78d242cea993ecc1593abbc1567a116bff2e7c615b8 85 0.03 vMB 148
153,109 153,109 00000000000007cac1055417565df11dfdca1231048655d761c4db59175eb11d 129 0.05 vMB 64
153,108 153,108 0000000000000da34f457356e3b86053ecfaa4048ac520d652ef80b9ea157175 8 0.00 vMB 10
153,107 153,107 00000000000002747857f470757e0c1c4a85892587a7b81001ed8da19e4b5009 39 0.02 vMB 16
153,106 153,106 0000000000000d5fa259b8325aa2c1a194b6549430677df8b1cdf5bab498a559 15 0.01 vMB 90
153,105 153,105 00000000000002e8146915813cfc22cb12008618ce8ae5c3be17fed32f81f34f 18 0.01 vMB 63
153,104 153,104 00000000000004dc2b4092005f6818e5207b4895f584206136653ed8045d0ddd 82 0.03 vMB 82
153,103 153,103 000000000000010453dc3c878ce0e3f726bbb2cc0febea615af4cc3519a75af2 52 0.02 vMB 148
153,102 153,102 0000000000000209c667c7eeffd385d9f449b04a4c7608fc8fb90d1e8cc79d35 12 0.01 vMB 87
153,101 153,101 00000000000001b9146aaeac17e1eb174467d0c226fc2c149e42c91202d4f72b 9 0.00 vMB 192
153,100 153,100 00000000000003bd82202e8e858b120c5c8ac4c02de4340e6511ee443d8028b9 9 0.00 vMB 0
153,099 153,099 00000000000007ce7a8f87c7b8499d9ef6733b49511e01acd512f5c48589e1cd 73 0.03 vMB 59
153,098 153,098 00000000000005d18784557e635cfe73f01f8028842d66392baab118b952789b 40 0.02 vMB 66
153,097 153,097 0000000000000c32e3e5bc0bc981387ab239a685e5534755f990e9a615d4ec0a 37 0.01 vMB 136
153,096 153,096 0000000000000d48238ca1ddc91ab4ce44c89af28c01da657aa8cb12f03a185a 67 0.02 vMB 73
153,095 153,095 0000000000000bd3661121eb67dfcea0851fc2259b34ba61fe1cd53cc7b62edf 1 0.00 vMB 0
153,094 153,094 0000000000000aaed21e60cc09016b991833650efe1760b997453d43a2b05b15 24 0.01 vMB 40
153,093 153,093 0000000000000d2af0b19dde68a2481d53c54560a1d8729d8f785e1ea846de23 4 0.00 vMB 44
153,092 153,092 0000000000000b11c81766063b72aa3fe10ba9074f1a4ae2640a19310ba8f840 21 0.01 vMB 128
153,091 153,091 00000000000001f98d523c026c44716b46b356d3011925166eb890e711000b0e 20 0.01 vMB 57
Previous 10 blocks ↓
Total Size: 779.47 GB

Node Details:

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