Loading Tool

Explorer IconExplorer

Memory Pool

40,827 transactions
25.91 vMB
0.04999140 BTC
Random Selection Loading Transactions
Max Size: 135.44/200 MB

Candidate Block

Mining Attempt abad3702cbf584b09019e827a4c7dbdb97af917736bd2e84eb6f58ab6d745b84
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 5298d0b8011eb25929f7c0133c68d80ca0a2edbbaba129218b5e94808e15ea5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.00292609 BTC
Feerates: 18.26 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (500,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,063 414,063 000000000000000001af49b82352a5be560d3b2b2eefe6c557f8d6579a9be58f 1,626 1.00/1.00 vMB 45
414,062 414,062 000000000000000000024ffee519ec312e53454cd3a0d3396e63d3b6f72a9527 584 1.00/1.00 vMB 21
414,061 414,061 000000000000000002cadd501fc7e6686827230c1838a2fcf995a527494da4b4 1,414 1.00/1.00 vMB 25
414,060 414,060 0000000000000000016714029b5283c02e009f614c8937ef716123fcd50aee4c 2,002 1.00/1.00 vMB 45
414,059 414,059 000000000000000001c9e82c714d05e62535d2f5ec67fc7beb1524d553c6f0ea 2,717 1.00/1.00 vMB 68
414,058 414,058 000000000000000004da1fb8267b182658fdbc7603c109159b7778c865fbdf91 2,328 1.00/1.00 vMB 82
414,057 414,057 000000000000000000ffaa5c9ce3bb1af2618e858f5711244b5ce22d72a3ca08 1,368 1.00/1.00 vMB 21
414,056 414,056 00000000000000000008f425f1c388cbd7b73af83ca76e5ce6c750f3ed246c30 1,243 1.00/1.00 vMB 29
414,055 414,055 000000000000000005798bad5182a55802d9b8dfabccc137282c7319900ea8a3 2,203 1.00/1.00 vMB 56
414,054 414,054 0000000000000000015e09cf5e0edca9f764138748fd9d179a5917b7c9c33e83 1,452 1.00/1.00 vMB 38
414,053 414,053 00000000000000000540be5c6d1bd3c6aa4ff78a395ad79b74f24eff9896cc6f 2,311 1.00/1.00 vMB 68
414,052 414,052 00000000000000000290f6fb58447c6d098b1c50998a2e886c5d6f8e3306220b 1,864 1.00/1.00 vMB 42
414,051 414,051 0000000000000000038a5dc297643ea45670fd469a7477d551b099963fa70bf7 2,759 1.00/1.00 vMB 83
414,050 414,050 00000000000000000143731886c20dd10c3905c89ac78cd328bfe87b932e5552 1,788 0.93/1.00 vMB 45
414,049 414,049 00000000000000000252180ef9c91d88ca1f41c40a65c7f71df208b9b590e741 2,475 1.00/1.00 vMB 69
414,048 414,048 000000000000000000c7fc47076a5d413f2fa2faf8671ff08dd7ccf80096ec1d 1,949 1.00/1.00 vMB 56
414,047 414,047 000000000000000004d4e43adcf8f61d1e1805ce463b613690abed5c19983a17 2,551 1.00/1.00 vMB 67
414,046 414,046 000000000000000000ea476cd6243fcdc600fce17e5cbb19d5b236f8e8735a6e 1,448 1.00/1.00 vMB 23
414,045 414,045 0000000000000000048da9ede6a395e5f060baff55a8d7051894cc3fb727eebf 2,472 1.00/1.00 vMB 63
414,044 414,044 0000000000000000006fe46a1d58280ad5eddf9bfca41cdb863830c36938338a 1,439 1.00/1.00 vMB 34
414,043 414,043 000000000000000002ba470186b00926c8f30af5334aa03261f23871f5b80e11 2,756 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.99 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: 648.69 GB
    • Received: 13.06 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.