Loading Tool

Explorer IconExplorer

Memory Pool

25,112 transactions
25.42 vMB
0.07815815 BTC
Random Selection Loading Transactions
Max Size: 122.69/200 MB

Candidate Block

Mining Attempt 47c26659463d2ccdb4885e3b77694fea6d32625fd4cc09d8fc5daa2ac84676b2
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root e7f53ff81ef646ee20aef9a1eca73e94c6617b2a3e136673938d00103c102c94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,486
Size: 1.00 vMB
Total Fees: 0.03074872 BTC
Feerates: 116.14 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (904,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,830 9,830 000000007f59c710050c4c76857fd164113222ca67e77e97ae2a06a5de36c535 1 0.00/1.00 vMB 0
9,829 9,829 00000000d40f8fd5a583f3c209ada02ffe8a71cd177e7124d9f658f7a0b3e234 1 0.00/1.00 vMB 0
9,828 9,828 00000000db0de32a3c00674d9e61d317669f00292ca2b91ad8958d90ae0aa426 1 0.00/1.00 vMB 0
9,827 9,827 0000000003eb7f288ba713e86a91e40fc34825240b8e353d6083b8dcc4d353e5 1 0.00/1.00 vMB 0
9,826 9,826 000000007509929eb2a348285246eeacdb28c98446f7760b6c2b2a9e98015c05 1 0.00/1.00 vMB 0
9,825 9,825 0000000002f84ce99315f07cc0693fef6caa5720e5f39f7b08199b3fe2fff795 1 0.00/1.00 vMB 0
9,824 9,824 000000000d20a20d5254527145a196dae320ba253bdded919e906852e52674be 1 0.00/1.00 vMB 0
9,823 9,823 00000000b880ef8c65da454b4d662529580180619811f572fb7ff5e8947affab 1 0.00/1.00 vMB 0
9,822 9,822 0000000095f7eb84f5123a78b3446c3d78b080b49ff11877f4bdca2ff8d8bce5 1 0.00/1.00 vMB 0
9,821 9,821 00000000c3443b2573654522476c682b9a757d96e78c86e0587032c95d8057b9 1 0.00/1.00 vMB 0
9,820 9,820 00000000aaee60d583925d51209d30fde95333270f40f19415e9b62ef7e39eea 1 0.00/1.00 vMB 0
9,819 9,819 0000000019844a244ad54bc30ecc9d133fa7b670ca157c5928ef5ab7197c64b8 1 0.00/1.00 vMB 0
9,818 9,818 000000008947233a63940abf57629522f5c9bce91fbe4e26f1dca3ade627173c 1 0.00/1.00 vMB 0
9,817 9,817 000000001cc02184e0e7d46bd04d36916b9193cc676bb0377f836e56dd354d23 1 0.00/1.00 vMB 0
9,816 9,816 000000004bdaff9104c05a421be7dcaff6d2a818711f11d20f73d8c55f3cd372 1 0.00/1.00 vMB 0
9,815 9,815 000000006d7551a9a291f139ee27688b182fa30a33fe62af9da5c589fca157e0 1 0.00/1.00 vMB 0
9,814 9,814 000000007fa0dae8be3bc397597f379bb57dd91e7f3b29836ff5dcb419864da6 1 0.00/1.00 vMB 0
9,813 9,813 000000003029b2eee62efef83bc52762336a51b0242077b44d322b782093f973 1 0.00/1.00 vMB 0
9,812 9,812 00000000f8e01ecbcf496ba1f1d365537f51633b37a6d7cb5cd37c458830804e 1 0.00/1.00 vMB 0
9,811 9,811 0000000071d2f3b1c050f917f1db7be528d79249170c2adc63b2986ac707ed31 1 0.00/1.00 vMB 0
9,810 9,810 00000000277fe7c8ed7c09df84178baebe06c01c6c364c79428e6c8e1923b4e8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 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: 580.05 GB
    • Received: 8.92 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.