Loading Tool

Explorer IconExplorer

Memory Pool

81,019 transactions
30.08 vMB
0.07511407 BTC
Random Selection Loading Transactions
Max Size: 181.35/200 MB

Candidate Block

Mining Attempt bc07b6f5b99c27694d529a5d83bd4bf649e93fedd81f6286002d60485a862d1e
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 9379bae9c561a79e96a62f5060259fae00943eb1e4e037dffdc66a07ce885aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,300
Size: 1.00 vMB
Total Fees: 0.01325478 BTC
Feerates: 40.21 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (129,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,359 785,359 000000000000000000039a88f88f8a37d9c11d51a5323ba9a01bab39be0c9359 2,309 1.00/1.00 vMB 13
785,358 785,358 00000000000000000005450c2f72b977c587084b278c08d42e7ccbe2d6772d50 1,647 1.00/1.00 vMB 7
785,357 785,357 0000000000000000000440efd88cd190ac92b5cbaa6d04cc85fc0b36d4698280 2,445 1.00/1.00 vMB 15
785,356 785,356 000000000000000000046015227342836b839e15864e508de3c19dcc5ed2ef65 1,409 1.00/1.00 vMB 14
785,355 785,355 00000000000000000000456a4c4170520ec4e463c49ad848450cb78ccdb06022 3,251 1.00/1.00 vMB 19
785,354 785,354 0000000000000000000337953c96c90794e949cd5c527142cfb4fe51e9020d56 3,596 1.00/1.00 vMB 23
785,353 785,353 00000000000000000001ede4bdb63d5f50ca2bd26c39ce797b52e93a05f8dd9b 3,588 1.00/1.00 vMB 30
785,352 785,352 00000000000000000002abbdc572a0fa6f45603d265fd8ebda5c901f3737115b 1,160 1.00/1.00 vMB 28
785,351 785,351 00000000000000000002453c22d86f07d1c28487399ae1544bafb827ed775652 1,016 1.00/1.00 vMB 30
785,350 785,350 0000000000000000000178d5daff3073a33fe832e7dfa9e56b1a63d4913d0743 2,312 1.00/1.00 vMB 35
785,349 785,349 000000000000000000031475d7b490814243e3913fc4fced191370b94d2fef56 1,839 1.00/1.00 vMB 17
785,348 785,348 0000000000000000000477b87fb4e71f85c620d1479a50a8b3830bbd1e1427dd 3,371 1.00/1.00 vMB 22
785,347 785,347 0000000000000000000015c7bf5f92312e6399b01d5eabcb7b8c9cac710ef7bd 3,556 1.00/1.00 vMB 25
785,346 785,346 000000000000000000041888b4b9e471a99e66ec4e92b1ddc0e0e1e6a082480d 3,387 1.00/1.00 vMB 23
785,345 785,345 00000000000000000002b72a1077cf7c356d9deb15fb5fcb9e7f1d5dab7471a9 3,727 1.00/1.00 vMB 28
785,344 785,344 00000000000000000005c7b46973fd035e50ba33a2f21fbd4486d032c5568168 2,207 1.00/1.00 vMB 6
785,343 785,343 0000000000000000000588bba9cb1ed8de681c552f60ffc0989625a4eeaa5da3 1,169 1.00/1.00 vMB 7
785,342 785,342 0000000000000000000336c53b95b456c4393ea5e5492243be41c4e14cbb75dd 2,539 1.00/1.00 vMB 15
785,341 785,341 000000000000000000038c756062a8ee9d049e7c1fee6584eae3b310fb6d7e7a 1,598 1.00/1.00 vMB 16
785,340 785,340 000000000000000000049c5fe5f148170f5d357bd43d1382b4756b815e332d4d 2,613 1.00/1.00 vMB 23
785,339 785,339 000000000000000000049179cde8551935fc1fc5f6da07af2b56805cc46bfbf5 3,141 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.