Loading Tool

Explorer IconExplorer

Memory Pool

76,766 transactions
28.60 vMB
0.07091824 BTC
Random Selection Loading Transactions
Max Size: 173.30/200 MB

Candidate Block

Mining Attempt d0724e4a9a311f93a59dc580e480a8d2083948cafb7fdf458a4d66381b032eea
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 06848f6c8e4b6e3749b40e1d5df9cae08b749e4e6b42927113894553e8aae2ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,437
Size: 1.00 vMB
Total Fees: 0.01157655 BTC
Feerates: 71.79 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (805,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,218 109,218 000000000000b616d4c9a0c68468e382042f6998d01eb67d1b1377c7d85b8c2b 7 0.00/1.00 vMB 0
109,217 109,217 00000000000071ec43cc9effb4d1af6bfa17564f7e1889fd0925433d361d3871 4 0.00/1.00 vMB 0
109,216 109,216 000000000001c4a1b4efa19daa2f870263603cd86533f7379e5ec9128bfd65b2 2 0.00/1.00 vMB 0
109,215 109,215 000000000001836301ef6e07ad7e73b46a6d768c6bae59adc3420c7f6ffe0755 7 0.00/1.00 vMB 0
109,214 109,214 000000000001201eec5662edca3034640a93774b4cbe8230aca0b0b1cfcbfa91 7 0.00/1.00 vMB 0
109,213 109,213 000000000000127a6b299141dde8322eb0c1713a3c612fe727ae60c574dddc33 12 0.00/1.00 vMB 0
109,212 109,212 0000000000004875e1141149efd3c6475ca11562e2adc5eaea33bbada99e6410 12 0.00/1.00 vMB 338
109,211 109,211 000000000000fd64bea676448747295285244938e234887297ae5b6e64d86638 11 0.00/1.00 vMB 0
109,210 109,210 00000000000093a8edc5dc1df4fb80387e1cd5092f8acd253cf7d28f6cda8851 12 0.00/1.00 vMB 0
109,209 109,209 000000000001461e21b9895904280afa53e2b1f2af1640925a28d2f8767054b5 34 0.01/1.00 vMB 0
109,208 109,208 0000000000003bf65a5c76d1a6b421e9a972620f07a95d0f612c272866b63039 5 0.00/1.00 vMB 0
109,207 109,207 000000000001af5eb31cb0c5538387165974d25bed55a0cfad2f94dde525b2a1 10 0.00/1.00 vMB 340
109,206 109,206 000000000001a4207088709ae6ebe8e8dae893b65a856b609bb70e70f88ff902 12 0.00/1.00 vMB 0
109,205 109,205 00000000000181683db84741867bee013df7257dbed8625f4616a38f5f4e3702 30 0.01/1.00 vMB 0
109,204 109,204 0000000000018b3803a2b8b237ab0d0148edf4dba6d4aebb5c671bbb0b33fc38 5 0.00/1.00 vMB 0
109,203 109,203 000000000001a335bd53b407f83a87bf74c994905809059cfcd0f940c15d4f4e 4 0.00/1.00 vMB 0
109,202 109,202 000000000001a549e2a02f6598c84e1170ef6d6020d0ded636ee0ae6a4e98929 5 0.00/1.00 vMB 635
109,201 109,201 00000000000175255d43a679c43a967e710e4095a0d531ed8ce28bce7d423626 6 0.00/1.00 vMB 0
109,200 109,200 000000000001a5777b278af02a4f038c4a0446e8a2607ccce48dd92f17ba95ca 1 0.00/1.00 vMB 0
109,199 109,199 0000000000004a0b43d129d9ced4640e09ad36195c965984644921333bf36e13 9 0.00/1.00 vMB 0
109,198 109,198 000000000000e8ae63b3206967b17a5d30bc84f5fa1c40ffe42b22268b32de2b 36 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.