Loading Tool

Explorer IconExplorer

Memory Pool

44,630 transactions
31.86 vMB
0.18618888 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt d89e2bed41cfc3f58588ba2a2223432f58f50bac4e97d9ceadd592414bfe17c5
Version 20000000
Previous Block 0000000000000000000180d1a95e68be67332eadf4bc97ab9a274099cab0a39d
Merkle Root be8a153126a26c7cd111190f9acc2fbbfa19feccadc20d546cf1cffb34f934e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,878
Size: 1.00 vMB
Total Fees: 0.11441236 BTC
Feerates: 101.65 > 11.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,459 (359,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,864 554,864 00000000000000000035b81ab7d1aecb6ca66a9680466edd444da749fa9b1ce6 1,873 0.88/1.00 vMB 11
554,863 554,863 0000000000000000000adbafb5dd05d7f5defe63be563312fb7996c453c07c94 71 0.02/1.00 vMB 10
554,862 554,862 00000000000000000034543eb207ececeea5d8164647faa27db7ac7cd8e23c34 405 0.15/1.00 vMB 14
554,861 554,861 000000000000000000053a81cefaaecd1557db79caee7d64ef7b8b94a6f0d5d1 1,358 0.57/1.00 vMB 14
554,860 554,860 0000000000000000002eaf42ff52abb3cabb531472599ead253d2473bf24c372 1,440 0.68/1.00 vMB 15
554,859 554,859 0000000000000000002c88fedfb05ee8869da6266b26f8e97d95ca4e98c54583 2,027 0.88/1.00 vMB 13
554,858 554,858 00000000000000000033c38293276fa9ddd5ad8bc561f8d96e17f43107cf1353 537 0.20/1.00 vMB 18
554,857 554,857 0000000000000000002307cba0c675c4dc7a2d9b6d2f4a8cd58a1ad43e18d97d 285 0.23/1.00 vMB 8
554,856 554,856 00000000000000000003e1f358c11d48f5024fca0bef7abcf2f0fbfe358b4162 1,521 1.00/1.00 vMB 6
554,855 554,855 000000000000000000290ea1680ddc46ae8b7cd09a0de37450be446096905c04 2,683 1.00/1.00 vMB 25
554,854 554,854 000000000000000000204f7a83b2b7adcc36c6bbd22fb36d5f21129b6658a1f0 1,936 1.00/1.00 vMB 8
554,853 554,853 000000000000000000013701bde230b0e0e38771704e1764b7c327572e2ca677 2,514 1.00/1.00 vMB 29
554,852 554,852 0000000000000000000cd831649334c3b0df78654c7386938117b945d7ebcadd 262 0.29/1.00 vMB 4
554,851 554,851 000000000000000000199bb1df45650df1b9eb0c0077fe3d6a6085c635776adc 2,655 1.00/1.00 vMB 17
554,850 554,850 00000000000000000028a7f66e84dcfac4a6577cdb467abdb3ab50a5394f6742 226 0.12/1.00 vMB 13
554,849 554,849 000000000000000000207e68bedcb25243bea9554923c613826c1840e64f4c58 2,111 1.00/1.00 vMB 15
554,848 554,848 00000000000000000003eb5dc0ef991f39f36249fbd60b046e104747fa7de656 1,310 0.58/1.00 vMB 15
554,847 554,847 000000000000000000025195c26ac7b90daa9074d74c1cc0c2f68b03da173e65 276 0.10/1.00 vMB 11
554,846 554,846 0000000000000000000a663a962e862988a23ba7af6e8cd8c3c469cb9a4cf1d1 474 0.21/1.00 vMB 16
554,845 554,845 000000000000000000103f429534d8acfa1d5ff574d7f437ed97a0f659a87c86 2,020 0.98/1.00 vMB 13
554,844 554,844 0000000000000000001c8b69a8efbbf1d1fb8fdc0fb17dfc14fb7fb1358ddccd 2,542 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.42 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: 608.06 GB
    • Received: 10.65 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.