Loading Tool

Explorer IconExplorer

Memory Pool

87,107 transactions
31.63 vMB
0.21706650 BTC
Random Selection Loading Transactions
Max Size: 191.98/200 MB

Candidate Block

Mining Attempt 2eb54b22b5b2f867d4a12f0dbf520ef7a8d0d7781524cfb4a7ccc6105a6d546e
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f48498ef12e0af3bbf9c50036bd13450a71140f9d55216978659093f8bc50e24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.10905218 BTC
Feerates: 502.67 > 10.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (264,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,631 650,631 0000000000000000000e0cd676a75265efe39d49ae480a6b515e2394fa9b94b8 2,200 1.00/1.00 vMB 74
650,630 650,630 000000000000000000043404832d6099e4bdf9faf7c7eaebcd0da950fe01b901 2,526 1.00/1.00 vMB 70
650,629 650,629 0000000000000000000c871aee258cb3dae4453adc8eb18cda38992474d48288 2,990 1.00/1.00 vMB 94
650,628 650,628 00000000000000000001af1d72264ac94193c44fbbb489c4bad4010cefefeea9 2,275 1.00/1.00 vMB 69
650,627 650,627 00000000000000000008729008475267e0380b75de2baf52b1d54d2073b72512 2,838 1.00/1.00 vMB 82
650,626 650,626 00000000000000000003ab24a306d6b14f0ab942ffc883d061f5fb4963482dd2 2,823 1.00/1.00 vMB 96
650,625 650,625 000000000000000000033fcce190aa16279361ea6aa248a1adcde42b9b9d4d5b 601 1.00/1.00 vMB 6
650,624 650,624 0000000000000000000c5101da4ad69a1d2e6829de524dc5869fb79041570ad6 1,532 1.00/1.00 vMB 19
650,623 650,623 00000000000000000009548ef6eebb6e634fd19915c5c4d07cf4909ee9902432 2,087 1.00/1.00 vMB 46
650,622 650,622 0000000000000000000bb670d385ca0326c36d49d65968e2dc509d8c18723568 1,877 1.00/1.00 vMB 29
650,621 650,621 0000000000000000000b0c8b3feb87dbb98d37a07836e7c5f7cb57a2f6e58a82 1,110 1.00/1.00 vMB 21
650,620 650,620 000000000000000000045dbdb6403531b122cf5ca824b229c3e7b5a12c9eb67e 335 1.00/1.00 vMB 16
650,619 650,619 0000000000000000000d0db7322877d4a59ce953f0f9f04dee69747ad7993631 1,848 1.00/1.00 vMB 24
650,618 650,618 0000000000000000000919b6a7e1f6834e59aa118dd6a364c2c81aca643b97cd 1,269 1.00/1.00 vMB 9
650,617 650,617 00000000000000000009832f8486f8935c1cbec31bff48ce9c998ae9647b95db 1,446 1.00/1.00 vMB 8
650,616 650,616 00000000000000000005001ed6fb3ea4e443a5b91aee7e846fa639ce4f05f040 2,084 1.00/1.00 vMB 22
650,615 650,615 00000000000000000005942bb030906ecc32651144bbb641a308ea983201d0a6 1,422 1.00/1.00 vMB 41
650,614 650,614 0000000000000000000aaf80655e7c73c9b554a605cfcdb642f40b004c9532e5 1,684 1.00/1.00 vMB 55
650,613 650,613 0000000000000000000a3e7cd6d8e3741a4f11c41a2b09f0bf99b0bdacfea499 836 1.00/1.00 vMB 28
650,612 650,612 0000000000000000000b04fbf7c86fb72636342327e9285592b45bebe52c534c 2,068 1.00/1.00 vMB 17
650,611 650,611 00000000000000000003a180ef98c74e6159e8a3edc4fc3ab8933244528d4841 2,116 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.61 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.95 GB
    • Received: 16.08 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.