Loading Tool

Explorer IconExplorer

Memory Pool

40,748 transactions
27.24 vMB
0.07655971 BTC
Random Selection Loading Transactions
Max Size: 140.55/200 MB

Candidate Block

Mining Attempt 822ed3b1f90bf911e92233366798f8bb65f864bb56ca30be1f01a987126e3f95
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 4b05f3cad029b55cba6379a46924e3a6edbd5409c0689226e4a17d1e2e9c5a72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02454964 BTC
Feerates: 107.72 > 2.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (801,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,914 112,914 000000000000c635a414753eca782c59aae8dfadcdc773af063c500f779a7b83 7 0.00/1.00 vMB 0
112,913 112,913 000000000000467e6eccc598e588200cc09c09a7946f734803269fb84a9f3fbc 9 0.00/1.00 vMB 298
112,912 112,912 000000000000708de01d7172c555bc6fdcc54ee5252c7c5345a850d533ea5454 22 0.01/1.00 vMB 574
112,911 112,911 0000000000007b20d55dd7c6f60607221e7b8f15eeb9757f50b1608064fc67fe 11 0.00/1.00 vMB 323
112,910 112,910 00000000000047acf12b3d3e02f9ff07c33fd547aa14d80876a5f8bfcc8e78a5 18 0.01/1.00 vMB 597
112,909 112,909 0000000000000e58fc0dd7114a6f8f7daa2f3b0ef4f49c898841d0105bf89b0d 7 0.00/1.00 vMB 439
112,908 112,908 000000000000225ef8fb92188ba3fa53427eb1645c0588ca3176ecac9e24ad5e 7 0.00/1.00 vMB 486
112,907 112,907 000000000000a19c7b0133bc5586ff750ee5554e02cb36900d3aabaaa63d62af 9 0.00/1.00 vMB 0
112,906 112,906 0000000000007996c29d03389c6beccf6a8d927c5d57b710e7cd510d980eba3c 11 0.00/1.00 vMB 1,212
112,905 112,905 00000000000084a1acc8c09f0c6b00c7aa671682a4fb2fe741fe4fd93911090c 10 0.00/1.00 vMB 310
112,904 112,904 000000000000540d23de29363e89cf8bb34771eb54efa6142a7650992a366a4c 23 0.01/1.00 vMB 346
112,903 112,903 000000000000053e3a3a045f314bd567136d4f9842c06687802f4ac1615e775f 3 0.00/1.00 vMB 0
112,902 112,902 00000000000041ac220aefe72cba9974f36994f02affc035a695726af4d4f644 84 0.02/1.00 vMB 0
112,901 112,901 000000000000205eb144cac7a02c9ebafc3b5caec6ca995d975a18a948994f25 14 0.00/1.00 vMB 1,227
112,900 112,900 0000000000007742c0f9d2a36fde1adab08d922d8b42bfaef29044b89d5ce652 34 0.01/1.00 vMB 707
112,899 112,899 0000000000002fbff4bc567111b95e3e18076c09359451fabfbc6db6d8e175b8 1 0.00/1.00 vMB 0
112,898 112,898 00000000000062e1608469ce033212b82b6c103180b5de931ce7b6473b10af76 10 0.00/1.00 vMB 348
112,897 112,897 00000000000032474cd70b761a0f605fdd78bad5ba6b8eee12767c40cb68c7c6 2 0.00/1.00 vMB 3,875
112,896 112,896 000000000000cb6aeb7e251ed31a814d9631b5fe3d6994e00229f7ebbfae5344 12 0.00/1.00 vMB 0
112,895 112,895 00000000000037bb3ff4cf649a1757d4028ecc10f893529b4a2214792c981f96 28 0.01/1.00 vMB 336
112,894 112,894 0000000000000486d7c19a1b5371a01b0a088be052992929bd948207b46ffabd 10 0.00/1.00 vMB 745
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.