Loading Tool

Explorer IconExplorer

Memory Pool

46,869 transactions
23.33 vMB
0.05701591 BTC
Random Selection Loading Transactions
Max Size: 128.91/200 MB

Candidate Block

Mining Attempt 15c9b3d7b14409e55e40690d7b82d2e480f8335f65fb2ee0eb382d5f3357b360
Version 20000000
Previous Block 00000000000000000000e9c4666bcba29cdb763301f4d720dd17905d0ef25c50
Merkle Root 3abbc8b1572eab89d2ed674a721bdb0286fb24f73463ace03dff70395024aec9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,813
Size: 1.00 vMB
Total Fees: 0.00828841 BTC
Feerates: 200.89 > 0.83 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,986 (1,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,509 912,509 00000000000000000000a7d32e5b1926a61ca1b323615cf9fea7d211f3b55360 2,479 0.95/1.00 vMB 2
912,508 912,508 00000000000000000000d1dda9d752d9490be15921ab49d951f5fb7ef81b94f2 1,060 0.30/1.00 vMB 2
912,507 912,507 00000000000000000002056532406e6e145860095f531b1512bd35cbaa3b671b 5,698 1.00/1.00 vMB 0
912,506 912,506 00000000000000000001a848b55f60ae397ed3b407c6a99d767868b3ff29858e 3,010 1.00/1.00 vMB 2
912,505 912,505 00000000000000000001b98857537bdf7bb98d7da9b7a5864bab737b0fcdb87b 6,426 1.00/1.00 vMB 0
912,504 912,504 000000000000000000009e0a2203e6954de14a17b63692fcfdd4a20cef8abf88 2,563 1.00/1.00 vMB 3
912,503 912,503 000000000000000000014d7c1dee8492516a87cf61c277f824364932b48ce3f3 4,160 1.00/1.00 vMB 1
912,502 912,502 00000000000000000000392ec5569dacc0d6ff9d838047af4bc17a685f26e13e 6,366 1.00/1.00 vMB 0
912,501 912,501 000000000000000000022ad582805849d3c42546fd5beda2832e9d003a3e8383 5,533 1.00/1.00 vMB 1
912,500 912,500 00000000000000000000de09967c613e4e3f54a096726f65e28ae66a3c53e241 5,627 1.00/1.00 vMB 1
912,499 912,499 000000000000000000003ba406a8ba42d75bdaf12b268711fc1a61a185df40b7 6,643 1.00/1.00 vMB 0
912,498 912,498 00000000000000000001470ea47c3ca2032675b3c8d2d85dd8e5c8704a23814e 6,717 1.00/1.00 vMB 0
912,497 912,497 00000000000000000001faac20b1ef7a36d96831fef2fbece1f29c64acb61057 6,166 1.00/1.00 vMB 0
912,496 912,496 00000000000000000002152021ef2a4de9892b8dda43665c1b8a489522315a96 383 0.10/1.00 vMB 2
912,495 912,495 000000000000000000001baf9d4f650b35acf6fed4f0b0e1beb1f5b91fb6cd4d 5,175 1.00/1.00 vMB 1
912,494 912,494 000000000000000000001693052813d2be9fc940cd07231a2a3d5c30a34dcbfd 5,284 1.00/1.00 vMB 1
912,493 912,493 00000000000000000001d53a99007ab94c37c31a8f3c4ed50de3d376d5312c2e 2,909 1.00/1.00 vMB 2
912,492 912,492 000000000000000000018e20064443db453eeea8094b90cd10cf6b0dadaab928 4,927 1.00/1.00 vMB 2
912,491 912,491 000000000000000000008344a2b94b058c7db13da09a16d5d1672bd747288d4e 3,333 1.00/1.00 vMB 2
912,490 912,490 00000000000000000001281957207d9c66b4680b24c5aac079a76e9211e37577 542 0.14/1.00 vMB 2
912,489 912,489 00000000000000000000474c704406d0ec5200ef5e752b94ca1e8e7a3ee2aae7 5,814 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 540.85 GB
    • Received: 6.17 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.