Loading Tool

Explorer IconExplorer

Memory Pool

45,024 transactions
26.56 vMB
0.05612912 BTC
Random Selection Loading Transactions
Max Size: 140.84/200 MB

Candidate Block

Mining Attempt f64c456986970a5fa68a393b7d4e1ea15b3f0be87a0ebbc9ed4c9dafc2b01402
Version 20000000
Previous Block 000000000000000000015feb99d21f6201ae5efc11fb5fd8d1c0dcece989f4a9
Merkle Root 0ecf08c75533bea310d87b6c7a96971a093142b98ad7154d82b8f91150d2aed7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,175
Size: 1.00 vMB
Total Fees: 0.00734745 BTC
Feerates: 73.20 > 0.74 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,779 (274,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,506 640,506 0000000000000000000686408c697e2f60833b06050734cf8a6a1478207e89be 2,570 1.00/1.00 vMB 42
640,505 640,505 000000000000000000086391e4efabab97707722c0e3e322d023f55cfbb23ea2 2,102 1.00/1.00 vMB 92
640,504 640,504 000000000000000000013c5b1453fc6641dec760b6f39fcca58f7110ab65d748 2,186 1.00/1.00 vMB 65
640,503 640,503 0000000000000000000df5dbaa59bad7f8f95c965bd7e2d0cebf7a8c2b47ed20 2,308 1.00/1.00 vMB 130
640,502 640,502 0000000000000000000890fc01396c9ea74d1f2fcaa5f04027901419ef986ae9 2,219 1.00/1.00 vMB 116
640,501 640,501 0000000000000000000511b98cb40faa7fc7614208d4abe890aa7114777bcad1 2,765 1.00/1.00 vMB 135
640,500 640,500 00000000000000000005326ee87bdf59833f29b1fb5aa77886715d1c77886912 2,372 1.00/1.00 vMB 54
640,499 640,499 00000000000000000003134cffd0f84b6fde579657a62d9212d583a39f358d30 2,009 1.00/1.00 vMB 54
640,498 640,498 0000000000000000000e2b8e9d09d0f0d89c8c8fd2da58eb7920a2fa3305b5fe 2,806 1.00/1.00 vMB 95
640,497 640,497 000000000000000000045aae6655247b1fd9600acc136aa71505c819de922f0c 2,240 1.00/1.00 vMB 31
640,496 640,496 0000000000000000000f11a801df26b3255bc45fb2981d48b41e62104a0ad876 2,619 1.00/1.00 vMB 99
640,495 640,495 00000000000000000007bb38f4292e92598c9020785ea6c0436d42badf620755 2,289 1.00/1.00 vMB 52
640,494 640,494 000000000000000000067a5294c0f226fab3b7414129fac9f510e546e2cb84f6 1,927 1.00/1.00 vMB 52
640,493 640,493 000000000000000000102ce96ba14985415161bf8ee47a4f2e1bcbf1de4f1290 3,058 1.00/1.00 vMB 59
640,492 640,492 0000000000000000000f9b6cd79444b4a5a21b7ffeebc722e5c4fa5e2dcec054 2,460 1.00/1.00 vMB 59
640,491 640,491 0000000000000000000934c59b7cbb1fdc017dccea74a9053cf6010845d9f1f2 2,533 1.00/1.00 vMB 61
640,490 640,490 000000000000000000053e1d81dac567b62fa7e398014e2f0cafaa56693d81f9 2,305 1.00/1.00 vMB 115
640,489 640,489 00000000000000000002bae89497d9d54ad3935c1ce967ec6841614aa6f9cc8e 2,139 1.00/1.00 vMB 130
640,488 640,488 0000000000000000000c8df12658e8ec998620604c9b87b2ab9bbd05a6392442 2,736 1.00/1.00 vMB 83
640,487 640,487 000000000000000000030e754949b07f8938c6e33af3a8997999f138fa0ea42a 2,474 1.00/1.00 vMB 66
640,486 640,486 000000000000000000034e6ec6f7103cb66cdb88dcbf41e812d0bf99ad7f7225 3,015 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.