Loading Tool

Explorer IconExplorer

Memory Pool

84,753 transactions
32.79 vMB
0.08433284 BTC
Random Selection Loading Transactions
Max Size: 194.23/200 MB

Candidate Block

Mining Attempt 9e6ee0c9c9e1a73dc709d60d2c91587bd7c7d5190713be55e1451ccc4339887e
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 707e33b3bee07390c1c24381f61a034deeeea5096e7aa970e23221cd53df5928
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,240
Size: 1.00 vMB
Total Fees: 0.01931201 BTC
Feerates: 120.64 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (395,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,585 519,585 0000000000000000000f5d267e54af356b894f69d461004fa721c6416670bbd9 1,723 1.00/1.00 vMB 53
519,584 519,584 000000000000000000037ad3dcec5c2c31a0d2ed25fa7e8d2a3bda7d3d960dd5 1,736 1.00/1.00 vMB 43
519,583 519,583 0000000000000000000c8952f34e40652341ee3ab32db02156aae5a101c5d827 1,326 1.00/1.00 vMB 13
519,582 519,582 000000000000000000449057d355e1de3c7d43604ab6aeb9a517e8879685c722 1,219 1.00/1.00 vMB 28
519,581 519,581 0000000000000000000e893642495d9862ae7b2051d6571b47ba8808a5f7be11 914 1.00/1.00 vMB 57
519,580 519,580 0000000000000000002bd79c593da24f1e9ac544f095b670046fcfacb57ca446 862 1.00/1.00 vMB 80
519,579 519,579 000000000000000000033b2c9a1ceb0ba9aa93af59d99c4f127270bed2d0dbc2 2,428 1.00/1.00 vMB 20
519,578 519,578 0000000000000000002d330fbec4b2dff3fdd78dcd3abca0acc16108d79eab3c 2,581 1.00/1.00 vMB 5
519,577 519,577 0000000000000000002becd51c7fc2e95e850a6db0d0b6f2ea5c10f2e194bed1 2,123 1.00/1.00 vMB 33
519,576 519,576 0000000000000000000c2a2211d71394af68588149aa68610a5194231e60671b 2,883 1.00/1.00 vMB 16
519,575 519,575 0000000000000000004638f07a4810e6e467edf738e00472c75a7899802d2be3 2,305 1.00/1.00 vMB 56
519,574 519,574 0000000000000000001a282d6fe86d7cc2be8a095c2e5b7bb03fbd614f67c95f 2,284 1.00/1.00 vMB 30
519,573 519,573 0000000000000000003c6c0eb8b012f92c46e7e784067764040f648d6e4bbd06 736 0.35/1.00 vMB 36
519,572 519,572 0000000000000000003ed6a625d8816a777e8a498ef3ecf9b1d8808fb656fd70 781 0.36/1.00 vMB 23
519,571 519,571 0000000000000000001a3862a19d278b959ab7b386960e89da08c03ef23d7d21 694 0.29/1.00 vMB 27
519,570 519,570 000000000000000000116a6efc456c5b8526202b587ab62f9efc1815d903f549 142 0.18/1.00 vMB 1
519,569 519,569 000000000000000000431a80cb1aaced102d73de1192b2e5b70a6fcacb464267 2,219 1.00/1.00 vMB 24
519,568 519,568 0000000000000000003abb54050be453b24aa83ad0161707c443d4b5af923c1b 2,325 1.00/1.00 vMB 25
519,567 519,567 0000000000000000001e3d046686c7012950f475046030bea38e36294d8ecdba 1,745 1.00/1.00 vMB 27
519,566 519,566 00000000000000000047d63c7e41b4904e7cf3835c1e3636d702d8e2d1ca4fe6 330 0.11/1.00 vMB 27
519,565 519,565 000000000000000000207dc96f92a86f8e1c1406a148f42dab9274db54e1c6f0 1,762 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.