Loading Tool

Explorer IconExplorer

Memory Pool

77,256 transactions
28.67 vMB
0.06644346 BTC
Random Selection Loading Transactions
Max Size: 173.93/200 MB

Candidate Block

Mining Attempt 518bf7c42257c1638f0fe24dfb8116191822a14c965dac45d1cdf5044e1be5a5
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root 905b8a655aa0572b62655cb996606fb66f689218ffbc4003122c5a4316f4bd7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.00512289 BTC
Feerates: 40.21 > 0.51 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (799,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,882 115,882 0000000000006f4b0a316dbd0333b5dea3c6ca34d7323ed28c628c5c552f46bf 23 0.01/1.00 vMB 163
115,881 115,881 0000000000008ec1206e780d472a572d629bf167b1bf9aadf5e5e5eb6bc4f8f3 4 0.00/1.00 vMB 0
115,880 115,880 000000000000de3aedb752b61773f2d293f83dcc2bdb034e52869787f85228b3 7 0.00/1.00 vMB 0
115,879 115,879 000000000000a52f2dac8f7d6562aa3c5012aa55ed15f33bf2326285c1a7998c 12 0.00/1.00 vMB 573
115,878 115,878 000000000000cd0882f9ccca61015c76773916fbf398cd435fb9124bcdd6b8af 13 0.00/1.00 vMB 1,121
115,877 115,877 0000000000007bc998053901116e76eecb4bef83374d2faad30f4186987a30cb 2 0.00/1.00 vMB 0
115,876 115,876 000000000000cfe118885f00662a68de80cadab04b311a7c141112071179039e 15 0.01/1.00 vMB 837
115,875 115,875 000000000000b9fffaa8280bca051131227f1da24c0a162144a55c9c031f4b36 16 0.00/1.00 vMB 1,201
115,874 115,874 00000000000068dd33806b8f1da6b6425006f01cf3d93022a5e48310b4ebd23e 10 0.00/1.00 vMB 349
115,873 115,873 0000000000002cf191660438a09df8db69942f6a04cd99aa4528c7836c206c1d 5 0.00/1.00 vMB 4,140
115,872 115,872 000000000000e52f8e1671c845425426aaff9eb40092601da41efa3be438c29e 15 0.01/1.00 vMB 540
115,871 115,871 000000000000c6a842d92bc95cf3559c39bdffdf5d72f3fa379262ee0f606d3a 5 0.00/1.00 vMB 1,517
115,870 115,870 00000000000014704e2d54f17b494f3c0108bbe604d45346637af233963f17a2 7 0.01/1.00 vMB 221
115,869 115,869 000000000000b8d4f294d9cb69acf3b4c993b13a19fd7139118a8293402c8adf 5 0.00/1.00 vMB 418
115,868 115,868 000000000000a71f17d594a1bfe5422b6844cf678bf6ac6f7352b24cce20b787 25 0.01/1.00 vMB 795
115,867 115,867 000000000000d5e3cf35abb486bfb6a0e790caea60e39207f56ee366827a23f1 7 0.00/1.00 vMB 0
115,866 115,866 000000000000207571ca6a61a4216b1d1934ac30a6ff580288f07fc04ed3e32c 1 0.00/1.00 vMB 0
115,865 115,865 00000000000048d8d68486e14663fca9001920f32969de2f7c65893dc81372ec 4 0.00/1.00 vMB 1,079
115,864 115,864 0000000000000987ea614adf96d4fb5910c43bd01dde879c46879340c6ab5c12 12 0.00/1.00 vMB 1,406
115,863 115,863 00000000000067824022c7bddda27e9f461a23a4074312cb1a7c67c7166c1a2c 7 0.00/1.00 vMB 1,106
115,862 115,862 0000000000008d4196c7dc26d2f134f1f88fcf052b0c3e7acaa6c86db1f046a1 4 0.00/1.00 vMB 1,872
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.97 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.