Loading Tool

Explorer IconExplorer

Memory Pool

80,390 transactions
29.58 vMB
0.09684154 BTC
Random Selection Loading Transactions
Max Size: 179.03/200 MB

Candidate Block

Mining Attempt 924b63cadbc3576864f7dcf960e858d7e10e22de4c3d2677acd7f4fe2ef00a15
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 1bf5dd06f8b8a4f4a8f3df9c9fd7ba9c0917465ed515ac6da74080b86628703f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.03415254 BTC
Feerates: 146.36 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (153,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,456 761,456 00000000000000000002da97f4b0194fc589c56422f52b4c44c6c02b02733b1d 1,908 1.00/1.00 vMB 20
761,455 761,455 00000000000000000001940ae12e26921b933b159a4e1ca4570c7c23ad801f8f 2,607 1.00/1.00 vMB 20
761,454 761,454 000000000000000000056c0be045f156320b4ce1e62ce01a703caa894120ad39 2,864 1.00/1.00 vMB 21
761,453 761,453 00000000000000000007699dfbb648c10e501435591bd8fd6cdb0be6c243c3a9 3,288 1.00/1.00 vMB 24
761,452 761,452 000000000000000000051c780d89471abe5c91f01e70a60e1dcc852ccadc3c3d 3,208 1.00/1.00 vMB 29
761,451 761,451 000000000000000000075055ef83290b0fe019936b6321c672954058c4c69d2b 3,599 1.00/1.00 vMB 47
761,450 761,450 000000000000000000010df2b98e206d53a3d6e1e2f1e9a70cefc45cec931b54 2,531 1.00/1.00 vMB 21
761,449 761,449 0000000000000000000079f41402ab39c6e14d24c340b51c9f53095176dbec97 3,149 1.00/1.00 vMB 14
761,448 761,448 00000000000000000005ebc17b293bb9bf66eb1c7f4ad36ff19779972475f43e 3,396 1.00/1.00 vMB 15
761,447 761,447 000000000000000000067e4da1bf0fb9e8c60935cffeab2ff93b954e974dc078 3,302 1.00/1.00 vMB 25
761,446 761,446 00000000000000000003cb04d2d93da22c7c0b8c96c015ffcf85d83e495d9606 3,043 1.00/1.00 vMB 27
761,445 761,445 00000000000000000002de3cf95738624ab68e4034c59fcc51aed12cca8375a3 3,556 1.00/1.00 vMB 33
761,444 761,444 000000000000000000002a067f03d97dcd85d22f84f893d4e752dd8e817dc266 3,648 1.00/1.00 vMB 15
761,443 761,443 00000000000000000003f378674211ae2201f290b59d234f0ae516cb6ab53c23 2,537 1.00/1.00 vMB 23
761,442 761,442 0000000000000000000101aa0041d54f1fcd9f8d598ad4788c8bcb2fa7d8a2ee 3,609 1.00/1.00 vMB 27
761,441 761,441 000000000000000000037a40ccfe65a1747414b834f232feabcd86f746c8803f 2,246 1.00/1.00 vMB 32
761,440 761,440 00000000000000000004c7c784636897ffdb48b087a7a066f16568988b478847 3,111 1.00/1.00 vMB 23
761,439 761,439 00000000000000000003a7285909670a76fb1adf5cd2f0db956b4c6fa789bad8 3,342 1.00/1.00 vMB 25
761,438 761,438 000000000000000000031326ff2786b3a1e214a044019c38e2832ea906806b80 3,626 1.00/1.00 vMB 20
761,437 761,437 0000000000000000000545c9d836bc0b08a28c6b16b148916c61a2e62b89a4b5 3,192 1.00/1.00 vMB 26
761,436 761,436 000000000000000000069d240191742484f5b22ec24167b65bbee912eb4c0702 3,070 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.58 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: 671.29 GB
    • Received: 15.90 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.