Loading Tool

Explorer IconExplorer

Memory Pool

50,362 transactions
29.88 vMB
0.11728144 BTC
Random Selection Loading Transactions
Max Size: 159.50/200 MB

Candidate Block

Mining Attempt f930dd3176bc007ac37b454ba31a3f6a96838e91fdf1e05fff3806deace51017
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 2e053f53f4e624562c67e1e5ddad02d80dbb652a5aba17dfb6008a0068a46db4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.05263318 BTC
Feerates: 301.60 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (296,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,037 618,037 000000000000000000000d62fc9aab46799077b42432811bed3ccffb3c92ab30 1,241 0.36/1.00 vMB 21
618,036 618,036 0000000000000000000fc115d4940df1e17dcacb9e9e86e5dd87900d2de517e7 1,176 0.33/1.00 vMB 18
618,035 618,035 0000000000000000000f4782d3aab46e5b3642e6825a9150951c738b6d1fc850 1,878 0.72/1.00 vMB 29
618,034 618,034 00000000000000000009dd19c9f3bc626aa89f6b75e53a2f3134d2bd0a1577be 163 0.06/1.00 vMB 23
618,033 618,033 00000000000000000010fe04a6bf0e0a241239c6d53048c6b6efb976a00de6fe 2,356 0.92/1.00 vMB 21
618,032 618,032 000000000000000000024011306de8e9d8023126de3d7c5bfffc9ce80abdf961 1,912 0.65/1.00 vMB 9
618,031 618,031 0000000000000000000c8f9de582923fec66b2394fcefeb1d227955fb24d7ea7 2,276 1.00/1.00 vMB 30
618,030 618,030 00000000000000000003111df045e2d75e6c0a30754d040813c533c593622a45 1,710 0.46/1.00 vMB 2
618,029 618,029 0000000000000000000b5650964b7f18f31287986b2291832df7e59eda7285ca 2,551 1.00/1.00 vMB 20
618,028 618,028 0000000000000000000c25d637e10362d8b27673c239f01665a9dc988954a1bb 2,789 1.00/1.00 vMB 30
618,027 618,027 0000000000000000000489a41e8ce07b2c8226904e46e3850b58a284ebf8001e 2,043 0.71/1.00 vMB 19
618,026 618,026 0000000000000000000496ce9af395efe568025f30e154b365ce97287b23ca61 2,458 1.00/1.00 vMB 8
618,025 618,025 000000000000000000063e7677fd577e20268fef85bfc3e43da86a8e3e73f4c3 2,681 1.00/1.00 vMB 31
618,024 618,024 000000000000000000096c87fbf990a94f6fead9a5eaf32ed6b9c8c944d4015e 2,996 1.00/1.00 vMB 33
618,023 618,023 000000000000000000018a8664fbb28263cc29abe6ad27b613dfaef6d0a8875c 2,733 1.00/1.00 vMB 13
618,022 618,022 00000000000000000001a5f443d2c950d663bd9802be242e2602debbd9f77a6f 2,623 1.00/1.00 vMB 19
618,021 618,021 00000000000000000003ea34ca47db023fad74baac768e333b4367762d241855 2,487 1.00/1.00 vMB 29
618,020 618,020 00000000000000000010d9e0e9df8023291bd0e123288522b76c908e69e1dcad 1,381 1.00/1.00 vMB 28
618,019 618,019 0000000000000000001168adacae420b564d8a99b020f8d51a79c9886c544bd7 2,790 1.00/1.00 vMB 76
618,018 618,018 0000000000000000000d3b56bef89f6c93dae7f463b6c51ab872f49e4ed22e81 2,461 0.70/1.00 vMB 35
618,017 618,017 000000000000000000074f5b0f2e9c15dba2163afe2e50b5cfb097475bad4786 2,419 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.