Loading Tool

Explorer IconExplorer

Memory Pool

41,582 transactions
28.80 vMB
0.06992737 BTC
Random Selection Loading Transactions
Max Size: 147.65/200 MB

Candidate Block

Mining Attempt e4426ced3d00654edb6ee3f68823568db1d459e93adc4449fb22c04d3eeb105a
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 589cd88c42e6a9b9c77754804701f5821799c75bb101eb5231b7bb38100a9586
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,581
Size: 1.00 vMB
Total Fees: 0.01398381 BTC
Feerates: 100.19 > 1.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (481,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,845 432,845 000000000000000001939d0da5c47f14c7daacc5a1112a095fd6f432c25d4d41 2,211 1.00/1.00 vMB 69
432,844 432,844 0000000000000000006f298ff37b07476d41575fec0bc69f9b1f9c56b56b6337 2,325 0.93/1.00 vMB 87
432,843 432,843 0000000000000000011746e96b298c1e22c80bf9536792fbb3a730648516badc 2,177 1.00/1.00 vMB 71
432,842 432,842 000000000000000004351f470bd5b4df13e7e5482a8808d290208d7c366d4cc8 2,407 1.00/1.00 vMB 80
432,841 432,841 000000000000000001220e615b3fdff4fa1a0506c4c6e4b13fc61786a5ba8438 1,984 1.00/1.00 vMB 64
432,840 432,840 000000000000000001f4a65226a59de2dff4f5a28663a408d01d51cbede9f1b7 2,919 1.00/1.00 vMB 57
432,839 432,839 000000000000000003175c2b1ed904d19664640c87c850228e6187a880a0d2a4 2,549 1.00/1.00 vMB 64
432,838 432,838 00000000000000000459fb226064e7e6132086cfa6e360a1a22dcdca627c9216 2,458 1.00/1.00 vMB 88
432,837 432,837 000000000000000003c607f446d0d137a694adba2e9744f45e67eb7bea297a08 2,505 1.00/1.00 vMB 59
432,836 432,836 000000000000000003a728fccd0de793a5b1ed3a675effa6f59e9998fca4afae 2,082 1.00/1.00 vMB 69
432,835 432,835 0000000000000000044a2f308ffbfc1e8ec8acc3856b8d45264bf7d42df22b58 2,868 1.00/1.00 vMB 86
432,834 432,834 000000000000000002b51a5d311825936b3bb02ac08d7037887a1bab84a2732b 2,857 1.00/1.00 vMB 93
432,833 432,833 000000000000000002188d6cba71bb90051a94fbe112b53bc1e445663c3c1358 1,802 1.00/1.00 vMB 60
432,832 432,832 00000000000000000296e4462586c812d53f2277f72b49d3bc460ceb2bcc8587 2,389 1.00/1.00 vMB 56
432,831 432,831 000000000000000004328a867f533fb76db86293fc375b110747af7d276656e4 2,658 1.00/1.00 vMB 61
432,830 432,830 000000000000000002247c016fac2669419c25e3c6c90e1b2ea91b27376c0425 2,435 1.00/1.00 vMB 66
432,829 432,829 000000000000000003c4d64eb3e0cbcd50f2d6e2aee5ac0266a626923fd376bb 2,666 0.99/1.00 vMB 86
432,828 432,828 0000000000000000003182eef5b03399e9adf39b820c23103e44de413dc861fd 2,019 1.00/1.00 vMB 86
432,827 432,827 000000000000000004094232ed819b3cc1d0ba5342c25e7a791ae2a3e03da92f 2,736 1.00/1.00 vMB 67
432,826 432,826 00000000000000000472de47592be133291130b9d5952b3d58e414be7d5ba692 2,672 1.00/1.00 vMB 80
432,825 432,825 000000000000000000866492ec3d46e9d67f099af551d4bc6a9607a773d97cc0 1,654 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

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