Loading Tool

Explorer IconExplorer

Memory Pool

80,236 transactions
29.84 vMB
0.09478857 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt 448701e02fdf6bd3f3e32177b4565a2f75d84429f8b58f535179ff46b4e50a00
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 6416601cbfbab019782932580de9ca00d3204f00a5442eb1a95a7e2b97bdcea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,730
Size: 1.00 vMB
Total Fees: 0.02956180 BTC
Feerates: 100.11 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (56,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
858,468 858,468 000000000000000000011a6b1c3325e5a2959530581efdfdd354493817c925fd 3,837 1.00/1.00 vMB 3
858,467 858,467 000000000000000000026f27c2ed0ab43bf7bc38ce09b42f8af45e472f3b61bb 7,132 1.00/1.00 vMB 2
858,466 858,466 00000000000000000000fe495321760ccf67e5260e3d12d1dd61d4ad8c953e77 6,163 1.00/1.00 vMB 3
858,465 858,465 00000000000000000002f2cc5d0d784e792185574b856b926afb3a4edfd5b53d 5,477 1.00/1.00 vMB 3
858,464 858,464 0000000000000000000095d3144d9633d4bb76771a3e155e50cb63451d2b8a37 7,589 1.00/1.00 vMB 3
858,463 858,463 00000000000000000002cfb98e90328264be7f22c5dfc61e5b24b3b904b77d33 6,753 1.00/1.00 vMB 3
858,462 858,462 0000000000000000000336674256fc30849c1321beb4a6ff2c5f6f565b8885b8 4,977 1.00/1.00 vMB 4
858,461 858,461 000000000000000000023ce1f77ff015b082c9c52a62d8c06ce3261a97cd8983 7,885 1.00/1.00 vMB 2
858,460 858,460 0000000000000000000109f618baee9b4195d15e43b0f3da3dddd8b0de3594c9 5,131 1.00/1.00 vMB 4
858,459 858,459 00000000000000000001b1231ca36daecf6894e9660269880845617703729d1b 5,086 1.00/1.00 vMB 4
858,458 858,458 000000000000000000007f8f4efaa58715aec73fd048e5de8c2940aaf31925c6 5,842 1.00/1.00 vMB 3
858,457 858,457 00000000000000000001a3e56cb64331d086a146995e288300278f9e0bd7313b 7,918 1.00/1.00 vMB 2
858,456 858,456 000000000000000000019b53f4121bc336c746b409637d10ca2de07e0be24f19 5,857 1.00/1.00 vMB 4
858,455 858,455 00000000000000000001adf6dd143c72bba522d65469370afd5c398f99cf1cb9 6,168 1.00/1.00 vMB 3
858,454 858,454 00000000000000000000fedeb2cb80ddfc11c929b86c4dc04f5c116ccd9fa37f 2,490 1.00/1.00 vMB 3
858,453 858,453 00000000000000000000b8df0ce6b22b34f559b71c395ac957625880c40a39e7 2,509 1.00/1.00 vMB 7
858,452 858,452 0000000000000000000208580c631e5ca52b49098a301341a5c754a0fb4cef20 3,943 1.00/1.00 vMB 6
858,451 858,451 00000000000000000000c84acc807f80abb9b334514199bd9e565593dfc07e5b 4,820 1.00/1.00 vMB 6
858,450 858,450 000000000000000000006af03afb2a23a9b4927d1e4aa759f9d4cf240a79c08f 5,850 1.00/1.00 vMB 3
858,449 858,449 00000000000000000002fb86dd850428379d2e02cdc1f1dda1140d3e5e7b56e8 2,956 1.00/1.00 vMB 6
858,448 858,448 0000000000000000000239fbdc6042d795af81f6318d48cd571bf3400e2b31bd 2,807 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.