Loading Tool

Explorer IconExplorer

Memory Pool

73,300 transactions
27.15 vMB
0.06151213 BTC
Random Selection Loading Transactions
Max Size: 165.81/200 MB

Candidate Block

Mining Attempt 97fcddafcf8a1a7bd58dc14c748a2cb86eed43e143e0a659f887e18dee66b8dc
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 314645307986e6521ad288945db289d4eb998e584288c7e672683071d0e534c4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,956
Size: 1.00 vMB
Total Fees: 0.00374659 BTC
Feerates: 20.14 > 0.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (387,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,706 527,706 0000000000000000003896b0f78562ec1941bf758e8b555b68f865197cb95d6d 145 0.05/1.00 vMB 19
527,705 527,705 0000000000000000000f55c91dbe5393d8883c1853fe3a78e069a192fd6db996 189 0.10/1.00 vMB 27
527,704 527,704 00000000000000000012e34c51bf1e4d05c389a8eeb0da7bf9e352cce08577e9 640 0.44/1.00 vMB 19
527,703 527,703 00000000000000000023c75c073afe6a58c4b98aedfecbf169a4e941c88dde89 719 0.53/1.00 vMB 12
527,702 527,702 000000000000000000300ee2ae19c79f387be3dedd8c0ae12968264e48881d32 358 0.14/1.00 vMB 16
527,701 527,701 0000000000000000002b77641d9ab133d0bc244e2c9246fd29f3016235553be4 933 0.38/1.00 vMB 22
527,700 527,700 0000000000000000002298f5eb913bf53a247629eb248a358a8f10f193af0b4c 601 0.26/1.00 vMB 21
527,699 527,699 0000000000000000001bffaf9ccb7eb12f29446427736a5457d648a0d583ea43 558 0.23/1.00 vMB 24
527,698 527,698 0000000000000000000b57be987af1bafa1fa9883af3ed8aff454e1ec86a8997 1,283 0.52/1.00 vMB 24
527,697 527,697 0000000000000000003869354bf355a9fbe23a2f2b5ffc45c3da1c566421f2c2 244 0.18/1.00 vMB 3
527,696 527,696 0000000000000000002cd57debc0d02ac757cf132370f684fd44bba1b086822b 740 0.25/1.00 vMB 26
527,695 527,695 000000000000000000008fed3938d929ceee7ad43323250d5f9e6acc2587dfc8 513 0.24/1.00 vMB 29
527,694 527,694 00000000000000000027a60334d8917ca643ea18b1aab3855fd72719b5e33f29 837 0.33/1.00 vMB 30
527,693 527,693 000000000000000000329794d8d30c1c89158fdcf4f4c99088143caf73bae60e 166 0.12/1.00 vMB 13
527,692 527,692 000000000000000000054c0ee344a99a36bbe6dc6a74ba499c1b42efdbf50b40 530 0.35/1.00 vMB 19
527,691 527,691 00000000000000000029d37a3860724915ddc37c2a5c48328b06797729d91877 160 0.05/1.00 vMB 26
527,690 527,690 0000000000000000000b65c1c2c9300ed89568d7a32bb710b418e9ee1b8c799b 200 0.07/1.00 vMB 20
527,689 527,689 000000000000000000231361f88222ca9258585b73cca61953d0e47cb73a927e 545 0.21/1.00 vMB 20
527,688 527,688 0000000000000000002a290726eac6358df41b9acc2ee24d68018ef04abf6af4 764 0.31/1.00 vMB 26
527,687 527,687 00000000000000000020655937374737069911af7d84cf92dd63551d5e302d51 22 0.01/1.00 vMB 16
527,686 527,686 0000000000000000001b13a415308039bc8b5dbe502ddd892bf52facfdaaaa55 227 0.08/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 713.54 GB
    • Received: 17.39 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.