Loading Tool

Explorer IconExplorer

Memory Pool

80,811 transactions
31.33 vMB
0.07708990 BTC
Random Selection Loading Transactions
Max Size: 189.87/200 MB

Candidate Block

Mining Attempt 8336569c9d182d990090e958671c0a3ad9dec5685598bf80bb8a2c603446c3f0
Version 20000000
Previous Block 0000000000000000000043b39214e67beb23d111c982e6903370623ca621eb52
Merkle Root fca30a83c8e15e6733d23fd2e9729eff5398054321fa12ad552e5dfebd4061f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.00928311 BTC
Feerates: 100.25 > 0.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,200 (322,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,523 592,523 0000000000000000000f1306d7d9e6fcb06d1c9306266b9fb3de05e67485900e 3,302 1.00/1.00 vMB 28
592,522 592,522 00000000000000000014282463560c24e1cf15249dbdea932e2ec901df00a17e 2,181 0.62/1.00 vMB 22
592,521 592,521 0000000000000000000bc61ff53a7301cd595e529cb32f7ab62907d27f490998 1,396 0.40/1.00 vMB 3
592,520 592,520 00000000000000000014b8c6f6bee6c74643985a6e1bec1f791dec4fc1067869 3,170 1.00/1.00 vMB 26
592,519 592,519 0000000000000000000e11a6b1fddc0299b98b3a9e5ebfa8b4ffd58e6d55fbc6 2,772 0.87/1.00 vMB 11
592,518 592,518 0000000000000000000c586e3d226ca1c13c6d1c23bd5453ee3c6d3a68e4579c 3,770 1.00/1.00 vMB 26
592,517 592,517 00000000000000000007f6c51413178c3499d657138b720d66dfb660236ab5d2 3,183 1.00/1.00 vMB 23
592,516 592,516 000000000000000000179df5bcdc4532accd6e1a1f1131bd7f9c1a77d01546f4 2,621 0.86/1.00 vMB 16
592,515 592,515 00000000000000000013c9c5f8c990255f6b5f9c46ab182cbc366ee40cf9cbc2 1,073 0.30/1.00 vMB 23
592,514 592,514 0000000000000000001426c54e180634f23d82cc9e880cd819ca4795831148aa 3,224 0.94/1.00 vMB 8
592,513 592,513 0000000000000000000baba1449cb9ea4b19fc30244a32aed461707fcaa519f9 3,534 1.00/1.00 vMB 29
592,512 592,512 000000000000000000074b32db7e930cb8fa89f5eab40fc09354a66660afa44d 2,968 0.99/1.00 vMB 17
592,511 592,511 0000000000000000000b8b6dc1f48dc3fde436fa9e1dd379685d1982821daa51 1,020 0.30/1.00 vMB 21
592,510 592,510 00000000000000000015d63bd246d725017067c29e83be4d4235f5e6a876f5bb 3,481 1.00/1.00 vMB 15
592,509 592,509 00000000000000000017603b39c449a29d3f471c5634f651a641a84d8802cea4 2,562 0.81/1.00 vMB 9
592,508 592,508 0000000000000000000bae21b40b303854897dd113333a0778b239b6f496634d 2,832 1.00/1.00 vMB 25
592,507 592,507 00000000000000000013d61d209ff633a78f9061974d15d81df5a2d6c24dc053 1,985 0.68/1.00 vMB 20
592,506 592,506 000000000000000000102f3caa0753f8a72a0e372e181e3a6eb3a074939cb901 234 0.07/1.00 vMB 25
592,505 592,505 000000000000000000021d22589a601eb1f32b6ca5e048270e3f62ce470c0ce6 2,104 0.65/1.00 vMB 8
592,504 592,504 0000000000000000000680a2952a1d5d92d8d2f987905bd4ebbff82b42e70bde 2,888 1.00/1.00 vMB 25
592,503 592,503 0000000000000000000356acdf5840388d42ea506da83f8d8434fcdfc00ce877 2,923 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.74 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: 708.01 GB
    • Received: 16.72 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.