Loading Tool

Explorer IconExplorer

Memory Pool

14,298 transactions
7.88 vMB
0.03590720 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.79/200 MB

Candidate Block

Mining Attempt b2801e15467ffe6685df436663e68760a539e818f633036dc9fa96c89d61c075
Version 20000000
Previous Block 0000000000000000000203302e24479af4b3e218e63b80fdd1783df3ad1b1934
Merkle Root 9b34fb04a21b6c04e094c0a8dd32b2226ba770c22fba6b01274a58393b14a5c4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,031
Size: 1.00 vMB
Total Fees: 0.01958740 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,381 (757,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,124 156,124 00000000000005e99e16780ae721b1ccfffc49f8de7eb715eb114135ab718e97 45 0.02 vMB 122
156,123 156,123 0000000000000261b82ae642af6e1fd1dc1bbab59be2a92f0796a227fc4f1249 96 0.03 vMB 12
156,122 156,122 000000000000009d4dff00289a461df1cce96b8e25b4a0c23eb4de5635d939aa 26 0.02 vMB 83
156,121 156,121 0000000000000d8088b35a6d2752e802a554fafac057bc2ec4dac9c48dee192a 17 0.00 vMB 12
156,120 156,120 00000000000002a9ddf5c87326abf0c42b047841509016cb8d6e7589b4df9b5f 24 0.01 vMB 313
156,119 156,119 0000000000000e0db874c56fbbe2a23fd2d9acde162e0a8557fe0357bfa1b6ac 50 0.02 vMB 78
156,118 156,118 00000000000002180b772c87f78b58a100d19b87867076c75d82fd1b7d2c63e5 51 0.03 vMB 110
156,117 156,117 0000000000000993427fbf301245bae27714e0aac3b990c7a95f61af3aa8742d 1 0.00 vMB 0
156,116 156,116 0000000000000ab6530ec526d936d05e29b57fbbf27fbefc27543e785b6b81d2 132 0.04 vMB 0
156,115 156,115 00000000000004f0458390b78eb1675f17d5dc9b764d1bfd045072121fec3691 4 0.00 vMB 115
156,114 156,114 000000000000008384e9d6e4e0c6266e824d90ed3e7f7b59149799cc697613fd 71 0.02 vMB 9
156,113 156,113 0000000000000eff97d64b8160ba579007051531cdb45cff413d081df77c68f5 10 0.00 vMB 130
156,112 156,112 00000000000001f575f06edb8dad7c5e550cb2f17872232852c66f2e61ecf0d1 11 0.00 vMB 132
156,111 156,111 000000000000085014946c96b723964795868fa95a8e2a3953dddde613b1fafa 32 0.01 vMB 43
156,110 156,110 0000000000000e1642fdb25aee86778fdfd2cbb05fbe41dfbb58561e04e1bae8 7 0.00 vMB 307
156,109 156,109 0000000000000f283417b1150989763952685f4fdac7fb44fb6e5812caac62b3 48 0.02 vMB 65
156,108 156,108 0000000000000e8c3e0aca7801fbb333bf5a6985b43cf343142ff6508f9fb49c 139 0.05 vMB 26
156,107 156,107 00000000000000569548449c84bff12de476b80047d11d087ca2a3df2c22cfbb 11 0.00 vMB 46
156,106 156,106 00000000000002e94fec977a39b74ba891ba80e7260b3cd813c668614db4067a 5 0.01 vMB 4
156,105 156,105 00000000000008652048137ae6a0c59857c5330b360d2c955102ff8b20d871e2 14 0.00 vMB 28
156,104 156,104 000000000000039b83ba594c80bdead8dbdaab775afbb25ae07259c41e2ee595 54 0.03 vMB 129
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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