Loading Tool

Explorer IconExplorer

Memory Pool

49,335 transactions
28.49 vMB
0.13939780 BTC
Random Selection Loading Transactions
Max Size: 152.38/200 MB

Candidate Block

Mining Attempt e1aa5a5053fd73a16bf96a2aaa2068accd855855e8b0227c8e3d63cc8dd26c2b
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 7a2981052059d82db915b1a8f0e41f78dc0889be6c4ada0f7864f39db50c2cde
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.08259561 BTC
Feerates: 301.05 > 8.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (428,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,875 485,875 0000000000000000000982c65f1a10b9264cf800a0bfd9c2232b04b45ba8b426 927 1.00/1.00 vMB 114
485,874 485,874 000000000000000000308afa0f08401bfc92bd1ecb175b5293bb6011e0208436 1,962 1.00/1.00 vMB 143
485,873 485,873 0000000000000000001d9f0027f1b71c3bc4e33ef16ed5ebfc22352d349dcd97 1,281 0.99/1.00 vMB 134
485,872 485,872 0000000000000000005f21f9af42a1d151fa1410720b2d51d62b8a58ca5ba269 1,723 1.00/1.00 vMB 115
485,871 485,871 000000000000000000bdf9393db299d75a0234b3615e691f977ddfc65d10bd05 1,972 1.00/1.00 vMB 132
485,870 485,870 0000000000000000008255f3e8e3335bbfa1141e3a138401ba802a9f9f4fca62 803 1.00/1.00 vMB 115
485,869 485,869 000000000000000000660529e62a249469fd3e7e47938858a5a91ec4d2816fec 1,051 1.00/1.00 vMB 135
485,868 485,868 0000000000000000002c89a615da2a20f2faf249a8d969836e9dd5a24e7a54ef 1,379 1.00/1.00 vMB 151
485,867 485,867 00000000000000000087bdf2e11cb7e306edbeb4ede70af353e3f60df6d4ed6d 1,216 1.00/1.00 vMB 153
485,866 485,866 0000000000000000004fbae77950cf6a08a19a83755224be09935dac3ddeae0f 1,380 1.00/1.00 vMB 149
485,865 485,865 0000000000000000003c2e25bc7fa2c632f63956ee3d9a208337ed0da27d72c9 1,837 0.98/1.00 vMB 171
485,864 485,864 00000000000000000047d3fec034a86e77b53f1cd5970acf169e74c05d88729c 2,234 1.00/1.00 vMB 135
485,863 485,863 00000000000000000084ba7b5756a4aff9c7e9adbf4b487d832b7fe40023cb87 1,837 1.00/1.00 vMB 215
485,862 485,862 0000000000000000000db2ecb745d086b931b712ab1758f20f30629ae27c3be1 463 1.00/1.00 vMB 129
485,861 485,861 00000000000000000033350448762f4d658a0e7afc6a2d21c833487c42819487 1,745 0.97/1.00 vMB 176
485,860 485,860 000000000000000000aa68cb65329f919b812d663aa14b510d2104a5c20056f4 1,069 0.98/1.00 vMB 154
485,859 485,859 00000000000000000011485e4e4c17d44d051c7a0b4aa4dc41db7df4e4a5f21c 623 0.99/1.00 vMB 143
485,858 485,858 0000000000000000004966656269a36df140fa3eeab401cb6cb9620d182815b6 438 1.00/1.00 vMB 133
485,857 485,857 000000000000000000bc6d3095057d5f9759d1759244ed7b49103394edf16766 998 0.99/1.00 vMB 145
485,856 485,856 0000000000000000002671055718b4d50555eda2e3a8acd019460a4af0697313 829 0.99/1.00 vMB 143
485,855 485,855 000000000000000000a7bda943639876a2d7a8caf4cac45678fb237d59c28ba1 256 0.11/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.