Loading Tool

Explorer IconExplorer

Memory Pool

43,007 transactions
29.17 vMB
0.07762702 BTC
Random Selection Loading Transactions
Max Size: 150.08/200 MB

Candidate Block

Mining Attempt ffa90e76cbdf0e65b4949273b504ebff685ebac3bc6e5d38af2afbd1e347f2ff
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 90ac30a4fe3efadd6e01f0fd613e0eb922fedf5a838e52257ac43158ccf7f1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.02055911 BTC
Feerates: 150.75 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (193,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
721,424 721,424 00000000000000000009c1287846a99d9bca690906da4c46d249f38ad2f2ece6 2,339 1.00/1.00 vMB 25
721,423 721,423 00000000000000000008caf41b171ebe0ebfdaea4222fb710192d51d561d7380 1,667 1.00/1.00 vMB 6
721,422 721,422 0000000000000000000930c2c6c67e8f3944189a1becea589ea0bdb4227e01cc 1,536 1.00/1.00 vMB 5
721,421 721,421 00000000000000000006f9fbc62e41d0cd3e5bb65f99e38a6787594f0debbdd7 1,958 1.00/1.00 vMB 6
721,420 721,420 000000000000000000041be63379ab45de2851a4234c91b31e0ba1d3a1937018 2,039 1.00/1.00 vMB 8
721,419 721,419 000000000000000000044ae1a82b605e712ae844e83fec3f9d2517603d496f00 2,785 1.00/1.00 vMB 16
721,418 721,418 00000000000000000000cbe23395591ecbd6520e517f7ea19f0d7f771e85723f 1,039 1.00/1.00 vMB 4
721,417 721,417 00000000000000000007b9cf8191a6f1bd4470f6da6ae1d43a63ac6e8eeb842a 2,352 1.00/1.00 vMB 9
721,416 721,416 000000000000000000039951fd37a08fb154461113b9812000f52e1993b65705 1,388 1.00/1.00 vMB 8
721,415 721,415 000000000000000000097c3a303c33e9f32dade75f7ca78ff07b4a6a4962f1ce 1,843 1.00/1.00 vMB 4
721,414 721,414 00000000000000000001e070635dc5200ef94317a2f115eb3dee4feb5f7e5607 2,576 1.00/1.00 vMB 3
721,413 721,413 00000000000000000005c7077ecc161225c0691a02a370bbe3cae1239900338d 1,469 1.00/1.00 vMB 8
721,412 721,412 00000000000000000009439ed8d1ebd10e5fa128beb68a5aab5c82a5e8ac2cb6 1,499 1.00/1.00 vMB 12
721,411 721,411 000000000000000000045f995b1021314742ee8d1b48e7b1b8cd969c44f82a55 2,517 1.00/1.00 vMB 6
721,410 721,410 00000000000000000007b1579848bda413c7e40fedc125f6d9fa04594f6c99dc 2,442 1.00/1.00 vMB 11
721,409 721,409 00000000000000000002a833021f025a00c98435fdf88ebf2af85da66524154d 2,191 1.00/1.00 vMB 10
721,408 721,408 0000000000000000000359cc891bcc98cae1bbbcfc051200b04d012f69045fca 2,897 1.00/1.00 vMB 15
721,407 721,407 000000000000000000025c3a25e3b1c1b1dcf8f507e94189ab8084856e1496ad 2,036 1.00/1.00 vMB 19
721,406 721,406 000000000000000000088e9f0e714bf4f8494a0e80148b1034a113c3b5b984ed 2,637 1.00/1.00 vMB 7
721,405 721,405 00000000000000000005f6fe248a6e16339a13d41c0826fa7fde9d37bcd08194 1,051 1.00/1.00 vMB 4
721,404 721,404 00000000000000000000bc57146906697c84ad7686305206abc11f36b8fd47c3 2,039 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.70 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: 629.20 GB
    • Received: 11.88 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.