Loading Tool

Explorer IconExplorer

Memory Pool

73,146 transactions
28.37 vMB
0.06699798 BTC
Random Selection Loading Transactions
Max Size: 167.77/200 MB

Candidate Block

Mining Attempt 078034e89973a2ffeb0f1e7f9787da4b1982829a6c42a585602009a161d3af6e
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root a80c70c13e20edc2efc0e12701f549f1f573bfd967931f9d4f8d96afb7e29934
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,961
Size: 1.00 vMB
Total Fees: 0.01016625 BTC
Feerates: 100.36 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (368,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,551 546,551 0000000000000000002058d1e2bffd6251899aaec96e41e9b3e7730512ca4249 1,863 0.91/1.00 vMB 18
546,550 546,550 00000000000000000004459785d67a161dca81617faeb0fd2807df5e16ef8aa4 385 0.29/1.00 vMB 5
546,549 546,549 0000000000000000002238b6ea4aa59e0c15d60dcc5f58d2a5c4be18c25f6b05 2,194 1.00/1.00 vMB 15
546,548 546,548 00000000000000000002cf95cd94f2b7cda06333ef451c7de8d0187ed36b63c1 1,049 0.71/1.00 vMB 7
546,547 546,547 000000000000000000046ef88a4b1340b49fc3ee5ab727927ebece20374c1dc5 1,907 1.00/1.00 vMB 9
546,546 546,546 0000000000000000001e9670f54556e88bf0b7a992dab7939a84d5e3d564a9d5 2,421 1.00/1.00 vMB 13
546,545 546,545 000000000000000000114ac4924ec356fe28e5874d45437a7c1317fecbe981b3 358 0.14/1.00 vMB 19
546,544 546,544 0000000000000000000601bd7a9dfce314225c759686c44951ba2c37629e92f8 448 0.17/1.00 vMB 32
546,543 546,543 000000000000000000251f656258c357c4356d1d9e26060c9494b0a8b390dffc 2,359 1.00/1.00 vMB 11
546,542 546,542 0000000000000000000b0258bd52e483b338fd7fa9dec99b0599f7650b6641cc 2,521 1.00/1.00 vMB 16
546,541 546,541 00000000000000000004bff03560bd029310e2bb9d77df1cca3c3ca6fd194851 1,483 0.70/1.00 vMB 10
546,540 546,540 00000000000000000013d802f602dceaa87238fc816ec54dae4bb67ddc5d7b34 1,575 1.00/1.00 vMB 8
546,539 546,539 0000000000000000001ddd08e855de8e1096ab06fc1ab12b009d4fb0fa0194d4 2,465 1.00/1.00 vMB 13
546,538 546,538 0000000000000000001ef70d1908eea6d3d454ae29ce6bdfbaf4090e4c9b8f0e 528 0.24/1.00 vMB 13
546,537 546,537 00000000000000000005b72e329e1cde5d2c2aa88e59d631ef1f475931d1da80 1,590 0.79/1.00 vMB 11
546,536 546,536 0000000000000000000f946100d9bdfd39f898398e672dd6529cac8b8f21afdb 1,193 0.66/1.00 vMB 9
546,535 546,535 00000000000000000016938adddc76069e7da49596dbe840e82477117c3a432c 1,441 1.00/1.00 vMB 2
546,534 546,534 0000000000000000001de04baaf5538df7ebd2346fb551cb6aec114cdba6624f 2,336 1.00/1.00 vMB 19
546,533 546,533 000000000000000000238abfb433c80409407d2f43283bcbfc491615e5268a1a 1,774 1.00/1.00 vMB 14
546,532 546,532 0000000000000000002439eb43d4d95fc6ff69fffd188ebbd7c09c5e84550170 174 0.10/1.00 vMB 4
546,531 546,531 0000000000000000000c9f09e1b9c75be2bfd5d6228901940658291024e865d2 1,532 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.33 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.