Loading Tool

Explorer IconExplorer

Memory Pool

45,035 transactions
26.60 vMB
0.05828262 BTC
Random Selection Loading Transactions
Max Size: 140.74/200 MB

Candidate Block

Mining Attempt 21a3c06e49eb7615759ccd6e2aff38d36aa1342ebe01a4ba509bb4b75642c5cb
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 95bc8b3f273b0f0384e82a834ccecab19790cba3322a76098d8832d3c0ff5b1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,489
Size: 1.00 vMB
Total Fees: 0.00946908 BTC
Feerates: 49.26 > 0.95 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (77,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,794 836,794 00000000000000000003243cd0c4e7b6612db556f990091af228540f1a707709 3,385 1.00/1.00 vMB 25
836,793 836,793 00000000000000000002594b55dfe80bc597a73b3b3b70ca5baaa5ca98aca280 3,925 1.00/1.00 vMB 25
836,792 836,792 000000000000000000022efbcc6092b1a48bfc8e565c5a3dd85a3e244e13f662 3,392 1.00/1.00 vMB 28
836,791 836,791 00000000000000000002726585657d2fe1e54dd25ef918c462a47c2c262b00d3 4,262 1.00/1.00 vMB 19
836,790 836,790 0000000000000000000246e971a59e608c496ad6e227fe12582595eb2c7c1d8e 3,713 1.00/1.00 vMB 29
836,789 836,789 00000000000000000001f28eec389709d7963eeb9e5296bec5b3c12bbc3aa169 3,463 1.00/1.00 vMB 28
836,788 836,788 000000000000000000029378292a9367a3055370ad01f0946c9200485777b52a 4,075 1.00/1.00 vMB 28
836,787 836,787 00000000000000000001d39e9049606fba90260fa08b4454461bb63568d6a8d5 4,288 1.00/1.00 vMB 33
836,786 836,786 0000000000000000000352abd4238391f68a174fab680b3c1ad4ce41082b6c12 4,747 1.00/1.00 vMB 37
836,785 836,785 000000000000000000025958eb0badcd02e1b755247f3452f2f64434d169c3f6 4,267 1.00/1.00 vMB 37
836,784 836,784 00000000000000000003215915f68c42bc96454d1f3b8adff3ed8b4dd7d5be00 4,501 1.00/1.00 vMB 32
836,783 836,783 0000000000000000000019da3f20a8a10cb0d54dbd7511f85fd531a33154f7c3 3,792 1.00/1.00 vMB 33
836,782 836,782 00000000000000000000446a2282fdb74524a9982bc3131de0c0eb02bb81c825 4,379 1.00/1.00 vMB 16
836,781 836,781 00000000000000000000ef46a3c151ae4c869db53552d1cb446806e3c81ff2fe 3,888 1.00/1.00 vMB 16
836,780 836,780 00000000000000000001fd2a348ddf0b6941e92c54888ca5b9ff6521252f0a1c 2,740 1.00/1.00 vMB 20
836,779 836,779 00000000000000000002a7ca980af7815b523127c19b0138044eaf25ef2251d0 3,784 1.00/1.00 vMB 22
836,778 836,778 00000000000000000000294245f581b3adf6f4f466c1493bc51dbd797ab18eb9 3,564 1.00/1.00 vMB 26
836,777 836,777 00000000000000000001a2fa0dc6afa2c9897f0d6c786f8c21b9393ad92482a4 3,880 1.00/1.00 vMB 16
836,776 836,776 000000000000000000020abcd01a70b7c0765a5768cae4218380b93f52f596ce 4,366 1.00/1.00 vMB 21
836,775 836,775 0000000000000000000174494fda6f99d781d473ef7195d79d5c6f51e1847d18 3,839 1.00/1.00 vMB 29
836,774 836,774 000000000000000000025944d210ca18f059337335c205700e0e3d7c1abf5df6 3,634 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.92 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: 646.12 GB
    • Received: 12.81 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.