Loading Tool

Explorer IconExplorer

Memory Pool

87,127 transactions
32.38 vMB
0.23500696 BTC
Random Selection Loading Transactions
Max Size: 193.52/200 MB

Candidate Block

Mining Attempt a03a1a1928307f440c2cabc82585a3e6ba3761de8ac458a9f14a0a230dd6ffe3
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root e7d7aa3e231c21391d5e1e7cccb0a714c462ac68a6d46d1fd6ff101115815f67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,290
Size: 1.00 vMB
Total Fees: 0.10416190 BTC
Feerates: 529.10 > 10.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (167,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,503 747,503 00000000000000000000286aebf62755387e3f5ff64e0b9b6adddb2bcc310bd1 2,082 1.00/1.00 vMB 12
747,502 747,502 000000000000000000094a72c2e0266f450b9602d050ce739c127e0cea01dc89 2,906 1.00/1.00 vMB 28
747,501 747,501 00000000000000000005ac6a60f04c00267f254204ae216c3c8587ab2b7cb5bc 1,843 1.00/1.00 vMB 9
747,500 747,500 00000000000000000005061154392b54a097ad4dc626d8737b0063df92ace1e0 1,036 1.00/1.00 vMB 9
747,499 747,499 00000000000000000001583f279de24622416069f6fb21b1d8c287fa7019334a 1,714 1.00/1.00 vMB 10
747,498 747,498 000000000000000000063aa10cb057d1ef3cb6104717fe0caadfb7137e5436c5 1,930 1.00/1.00 vMB 32
747,497 747,497 00000000000000000003adf72bbdb6f3b39b10c0d5b74fac26fa14f236a0e978 3,001 1.00/1.00 vMB 19
747,496 747,496 0000000000000000000229f0f5348acb515444bcf2bf08c9d0ae0dc947fb62f4 1,059 1.00/1.00 vMB 12
747,495 747,495 0000000000000000000579f825429d0c36187ccf7f385d3b5514dbf499ce189b 2,005 1.00/1.00 vMB 15
747,494 747,494 0000000000000000000408ea11fd8d5ef4f523d04024fbc8aab16c8b006f0631 1,575 0.54/1.00 vMB 10
747,493 747,493 000000000000000000080e81c05af359786d4a0ccf2962e560c309d69d463a35 1,374 0.97/1.00 vMB 3
747,492 747,492 00000000000000000006b48f966b04677a4c240092b2c3c1ad3b0a27ea6a2666 2,674 1.00/1.00 vMB 10
747,491 747,491 000000000000000000085fe44c3cadd8a6abd0582f375af59d191fb2dbfb04d3 2,606 1.00/1.00 vMB 16
747,490 747,490 00000000000000000009b452d5584f04276438a2d9099fbd6a691b9293c01030 1,153 0.70/1.00 vMB 7
747,489 747,489 000000000000000000041895a519dcf7add25d4fb475bcc5335970ca27f77524 2,723 1.00/1.00 vMB 6
747,488 747,488 000000000000000000079e7f3d5fb9abbb901e1a30e22e00721c8b971359b0ae 3,295 1.00/1.00 vMB 17
747,487 747,487 00000000000000000005003acf567e2c5f74e9bedf0485d047c7a554c9b08320 1,039 0.38/1.00 vMB 12
747,486 747,486 000000000000000000072111d71a2a0af2175ca85635ad2437c12241711ee3f5 95 0.03/1.00 vMB 9
747,485 747,485 000000000000000000015ed4f83f08e6f6ecfb3bf7afee2c78cac9085769a3e8 746 0.54/1.00 vMB 2
747,484 747,484 00000000000000000005ec09259fce3f5e945ae452fc0670930d78cfdbccf2ad 2,492 1.00/1.00 vMB 5
747,483 747,483 00000000000000000003709559b7e2d471e185e89eaa7e5fb546d2ccb00cac5c 1,456 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.