Loading Tool

Explorer IconExplorer

Memory Pool

76,983 transactions
28.60 vMB
0.10152927 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt 9090e78bd8f3019bc71b611a4f3c2ec075b8736ef31940156b91ac2a5eefe9ae
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root d5dfafa0c9aad3ef8ede5dc71f8221e501e5cd2c7e824b9564c5fabeaa8dea70
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03481793 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (314,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,393 600,393 000000000000000000100a8b2cc4daeb1165d34dfe873e99e6b8863f95aa0fa8 2,454 0.85/1.00 vMB 8
600,392 600,392 000000000000000000076baa27cefa11a176cf5850e2d979d3d28fc89a823c21 2,537 1.00/1.00 vMB 15
600,391 600,391 000000000000000000009e5314e8daccefee0b94bd021aeb7856d658ab502b28 2,743 1.00/1.00 vMB 13
600,390 600,390 00000000000000000008c9c6dc32a460edbc3d63ff3d0a146588d174bca899bd 2,876 1.00/1.00 vMB 21
600,389 600,389 0000000000000000000f1ed201650203e4b3643b3005fa78bba41e512543ab2f 1,445 0.39/1.00 vMB 11
600,388 600,388 0000000000000000001090c0214d3a5756cf9de97a85d491384cf571925dc855 2,895 1.00/1.00 vMB 17
600,387 600,387 000000000000000000061f1b20971462a30dbe5e92ca2d3307dba0364e9b5f9a 840 0.26/1.00 vMB 16
600,386 600,386 00000000000000000012f7db7660371e5684d5c2e24acd9ab468f6c692b49a64 2,335 0.78/1.00 vMB 2
600,385 600,385 00000000000000000012993a8ef31203777aa40c89652c5ed380e68a47f483ca 3,105 1.00/1.00 vMB 5
600,384 600,384 0000000000000000000a4896629fd1c25614198ca38fcef5311b66f24e407e0e 2,804 1.00/1.00 vMB 10
600,383 600,383 000000000000000000120d81e64f14eb63ac9748c97e6fd06bfa4f30f4bee299 2,496 1.00/1.00 vMB 46
600,382 600,382 00000000000000000009c0227fe27238f17c4b29b6a1c9a210139da9955d1067 2,795 1.00/1.00 vMB 26
600,381 600,381 0000000000000000000466a81e59ac57f6526e1a870b1dacc0401cba43c33105 211 0.06/1.00 vMB 17
600,380 600,380 000000000000000000137c66362f59fde6a3a0191c256c84adc2d6a839521c24 2,148 0.63/1.00 vMB 13
600,379 600,379 0000000000000000000b9c8a0b75ac1e8b80c9f5cd779d01dedd0c28002b54f3 2,770 0.92/1.00 vMB 23
600,378 600,378 0000000000000000000f5d08f00dbf1408e7a307e559a9ad535aba937dbb0652 3,057 1.00/1.00 vMB 12
600,377 600,377 000000000000000000143e3496f2dc8ef6c8a4e345cfbef235783d544bffc9f5 2,762 1.00/1.00 vMB 22
600,376 600,376 000000000000000000128c45fca863476552db5733ea9e7c97033334fbd0bef5 1,744 0.53/1.00 vMB 13
600,375 600,375 0000000000000000000d26bfea56cc3b0bd6c632b50829534f37fba1ed2a3c7e 2,518 1.00/1.00 vMB 7
600,374 600,374 0000000000000000000813fc0110824c32866fbc22b8818c19398041bc72c613 2,848 1.00/1.00 vMB 9
600,373 600,373 00000000000000000005280f5bbd1aad409d778f44bf80d6f1e248abb0c27f1b 2,695 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.