Loading Tool

Explorer IconExplorer

Memory Pool

77,255 transactions
28.65 vMB
0.09025756 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 63c5868b868d9d676e945667a6027913c9a68f348feb6ba3062cf1ae1deaebdc
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0a44410a3a0ca3e0c0504373b7d5d51d9ab6c693bd89c2300d01629d9e5cbbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02418455 BTC
Feerates: 402.60 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (495,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,857 419,857 000000000000000001a3fe86a2ef0ea6d6a5e8157f73cfe3579fb4172f53f5c9 835 0.98/1.00 vMB 26
419,856 419,856 00000000000000000117c76ecec8f7a649204d51ea3312129a85e2b18da2d2cb 1,168 0.84/1.00 vMB 36
419,855 419,855 0000000000000000033a76d2f3385686234d043f86106b5688334c4d6a1efd10 349 0.15/1.00 vMB 75
419,854 419,854 00000000000000000101faebd1d343b2c070d160678c0e55f294bcb38db42037 590 0.21/1.00 vMB 75
419,853 419,853 000000000000000003b121cb97354b7296724b3f0db0babe9a378d82cfadda7d 1,448 0.64/1.00 vMB 55
419,852 419,852 000000000000000003ec7258583aedd0011ff1ef0223ac4489085670b5ee9a3c 480 0.18/1.00 vMB 80
419,851 419,851 00000000000000000246caea44c3ca28c5d027a2165d00825c4e88b3f70cff82 533 0.67/1.00 vMB 27
419,850 419,850 000000000000000003dfcb6809b41507893928b2fcba1c99fa27d82aa1d03c41 698 0.99/1.00 vMB 27
419,849 419,849 000000000000000004106987f7655d6d96f8dc49a948e643ad7c1bb4cd56c633 1,219 0.99/1.00 vMB 35
419,848 419,848 000000000000000001a63174a9f74c7f6f6e16e00a6a017e4adf25d6518396a7 2,080 1.00/1.00 vMB 64
419,847 419,847 000000000000000000c7b3f95ba5aa25331597951fd82e5adb453d36d355bc7c 1,524 0.99/1.00 vMB 30
419,846 419,846 000000000000000003e41c7cbb7725e9847b020b96c80d62fdd3d505e0fd4b9e 2,142 1.00/1.00 vMB 52
419,845 419,845 000000000000000002c2e82dfae5fc0e11fb2c3f14dcc583ee0871dd48e77b3a 2,210 1.00/1.00 vMB 105
419,844 419,844 000000000000000003f46c3b3fb55d06f86f318623b41478704b7fa2190f9ce9 1,744 1.00/1.00 vMB 98
419,843 419,843 0000000000000000029fa06d9058586f2847e586fa57c15b52c0a47f05077056 1,205 0.99/1.00 vMB 33
419,842 419,842 000000000000000003885c258642e62de7b2eefc01f0480fee739babcd131f23 2,060 1.00/1.00 vMB 50
419,841 419,841 00000000000000000084fe7c0260548ebba6864a69b380e8e8000b89e437166c 1,866 1.00/1.00 vMB 42
419,840 419,840 000000000000000004cdc1b95bdeb6682888e3e655a77bb4d0069d56c11f142b 1,437 1.00/1.00 vMB 48
419,839 419,839 0000000000000000047591e0e109285e1e777bf5c5e17ed1ebf98edf5fe8eed3 2,137 1.00/1.00 vMB 54
419,838 419,838 0000000000000000011f5c987f0773e89b9cf172f225b495db11bc608b22dac6 2,329 1.00/1.00 vMB 52
419,837 419,837 000000000000000001ebd08eae3aec5256e4027359d5dab0876159685577b46f 2,950 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.