Loading Tool

Explorer IconExplorer

Memory Pool

69,606 transactions
26.55 vMB
0.06689930 BTC
Random Selection Loading Transactions
Max Size: 159.46/200 MB

Candidate Block

Mining Attempt 3025636ec27f0dc42a30662a84a082639c286082bc912941f017e380756d0f6a
Version 20000000
Previous Block 0000000000000000000025b4d4b866378eec5892e1e3cbda47b57b15f53ecc85
Merkle Root 686aed0c1942f982c65720d5d437efd57419f4c3996d585da13993ff93153011
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,204
Size: 1.00 vMB
Total Fees: 0.01024223 BTC
Feerates: 40.21 > 1.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,476 (849,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,603 65,603 0000000005dea6d7c7dd7ac41451d9c04ed0029dc5e9516e62a177553ad4e880 3 0.00/1.00 vMB 0
65,602 65,602 0000000008e5f799e26d7fb89611a63afebc28f9d19d0a9b5d2b21358790b8a1 3 0.00/1.00 vMB 0
65,601 65,601 000000000a389db4705e55fcfcbf9751ff8c46823d52ee4522976c78d8ed06f5 19 0.00/1.00 vMB 0
65,600 65,600 0000000009b563b10ecd9c902990dd22b393a720340071fabca0b023d88203cf 1 0.00/1.00 vMB 0
65,599 65,599 00000000082be704b2c000507b19ae32cc29ae18b41f9cdf3a1a75fe6195d7ed 8 0.00/1.00 vMB 0
65,598 65,598 000000000384e324bc94112216005888b9ae51f108174bb23f31fce95e1bb056 10 0.00/1.00 vMB 0
65,597 65,597 0000000009068343f75da3b0f1cf6d49cd4fe7f51bfc59c83f7a592d7530fcc3 5 0.00/1.00 vMB 0
65,596 65,596 00000000080896e627b0c6dc0cb821e150bbe8d1ae379196cfceb38525769a7f 16 0.00/1.00 vMB 0
65,595 65,595 00000000030dc357365d3f0eb49ca2ac98a9408eef65fd7b4de55da7e4fd54cb 3 0.00/1.00 vMB 0
65,594 65,594 00000000037ccedab8ff6d7198e6db5e28eaeeffffdaa3d8260c82f769e6f51f 10 0.00/1.00 vMB 0
65,593 65,593 00000000030569780b6945b099672a38f8dd63c904f54ae064f565814c227ece 3 0.00/1.00 vMB 0
65,592 65,592 0000000007c580526a998d0f585837e3e1a997dc060cc1b32338741ca9ae6544 20 0.00/1.00 vMB 0
65,591 65,591 00000000054bed42ee8ee0c4c6272ddba46e5661a8e8c49435337817a20bff3d 6 0.00/1.00 vMB 0
65,590 65,590 00000000024d516e8c74cd40d27b1dabf6fcea59a0356a1f3ab5d412a335a432 7 0.00/1.00 vMB 0
65,589 65,589 0000000009d4990e4adc60623fe180e34523c373c3c662be8c04689f926873bc 15 0.00/1.00 vMB 0
65,588 65,588 000000000a254ce848124f6e4a21fedd2112bca66044ab3482418437c3f05580 4 0.00/1.00 vMB 0
65,587 65,587 000000000a906fce3144e42aad93ce22f88963f62a1a7758e2e6c125a5033acd 7 0.00/1.00 vMB 0
65,586 65,586 00000000056478a72830ece506b7e8eb0c661640a6bb94e0b0ae72c4784d6e0c 1 0.00/1.00 vMB 0
65,585 65,585 0000000002563d8bc794716b368ed6296287f8d6b38aee8424ee20895a015291 1 0.00/1.00 vMB 0
65,584 65,584 0000000002fe000694fefdae4a0503599e8693d690c66d9b2b52be4da05ccfd9 24 0.01/1.00 vMB 0
65,583 65,583 000000000685706a86ea89a3f80107384e6c59fd0bfd82f14598111ca12c2614 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.22 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: 757.83 GB
    • Received: 19.02 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.