Loading Tool

Explorer IconExplorer

Memory Pool

25,019 transactions
21.83 vMB
0.03018898 BTC
Random Selection Loading Transactions
Max Size: 117.47/200 MB

Candidate Block

Mining Attempt c640f40daff07847dd6dcb8b4ea23cd094c26de80d4f1c0303edfa521f4ae813
Version 20000000
Previous Block 0000000000000000000107c4bb746b16eaf1b7cde2827574de83b84d5823dfa0
Merkle Root e6ab75d2819e3ceb7556ed4c121f90525c1af6e7929268ca579c06804a590a77
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.00594111 BTC
Feerates: 60.13 > 0.60 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,291 (85 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,206 941,206 000000000000000000004035577d02854b39675fae1e627d61bd8f2593081b8c 3,821 1.00/1.00 vMB 1
941,205 941,205 00000000000000000000794d9d1b44883f00685f0f544cce38c5f6a03be8ae7b 4,459 1.00/1.00 vMB 0
941,204 941,204 00000000000000000000c945e57d8b1b9ed36b2661b7e8d34de527fe8009635e 839 0.32/1.00 vMB 2
941,203 941,203 00000000000000000001c74732ae4ae13c70295ee8deddf868869535c88993e5 3,821 1.00/1.00 vMB 0
941,202 941,202 00000000000000000000dd6d4372d9fc6f996c60272c4394274ff45f920258d0 2,661 1.00/1.00 vMB 2
941,201 941,201 00000000000000000001b7f94c42a779d0227ca221d56c0ca1c6d646bbb6c37b 1,635 1.00/1.00 vMB 1
941,200 941,200 000000000000000000002825938977c28fd51357f1e952fc2ed390c0a664555b 2,939 1.00/1.00 vMB 3
941,199 941,199 00000000000000000000d0b68051b9a98b0192b3bb68f6ce31d412b4d7be283e 4,026 1.00/1.00 vMB 5
941,198 941,198 00000000000000000000228bc0efc0a07809b604e5062b253d925dfdc65ee4c1 3,864 1.00/1.00 vMB 6
941,197 941,197 00000000000000000001d1df835e2192e9e3bb841fb1aefbd037e7dbe0dface9 3,345 1.00/1.00 vMB 3
941,196 941,196 000000000000000000005f6090b84a99ad2c4be5c819c5fffbc86899df543467 2,220 1.00/1.00 vMB 2
941,195 941,195 00000000000000000001e1c35223068f43ab81295733740fd9077a986b286d84 2,703 1.00/1.00 vMB 1
941,194 941,194 000000000000000000002c6963821a6f43d7e645af4d7d2d3ad7740f34b293fd 3,714 1.00/1.00 vMB 4
941,193 941,193 00000000000000000000be1a0f4b5f673207ff8a432e4630ec5e47d5e00b5abe 4,161 1.00/1.00 vMB 3
941,192 941,192 000000000000000000010b2795c664bb5ad88acf063687ff117dc641be9c85fa 2,987 1.00/1.00 vMB 2
941,191 941,191 00000000000000000001aa14a528935450d363650aba644c17f6e743250b858a 3,358 1.00/1.00 vMB 4
941,190 941,190 00000000000000000000f6aac82c794e449a22336b7fbaa18b14278e2049a32d 4,337 1.00/1.00 vMB 4
941,189 941,189 000000000000000000006da1c8d40abd2e46eea578f8901535aea7119e60b46c 3,816 1.00/1.00 vMB 9
941,188 941,188 00000000000000000000dc1c770c260e6ba5ab88cbdb958a810832227aef332e 3,571 1.00/1.00 vMB 7
941,187 941,187 000000000000000000004bfa92ecb651f3fab4e57c5ea57e46c8f49a3dfaea25 3,773 1.00/1.00 vMB 3
941,186 941,186 00000000000000000001d6f717b9eb060a4dbd8de5a58c97e0d181159cb7246d 3,237 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.06 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: 4,627.04 GB
    • Received: 250.22 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.