Loading Tool

Explorer IconExplorer

Memory Pool

82,396 transactions
30.44 vMB
0.10397249 BTC
Random Selection Loading Transactions
Max Size: 185.73/200 MB

Candidate Block

Mining Attempt 7ae5960f88f98c3adbc1dfbd329748ccbb956939ace1d79894aef99a77153aa2
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 44059f0e6f937b29767059f44637d40a166ae83452a95fab4bd42586e82453a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.03291050 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (311,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,105 604,105 000000000000000000020814bb5620c136210c59425f2116d15726b1f245ddb3 2,339 1.00/1.00 vMB 7
604,104 604,104 0000000000000000000c9f6fdb7cd379fa96e18de213300c1a7babd53c447a7e 3,084 1.00/1.00 vMB 18
604,103 604,103 00000000000000000005d039df038f769985ec98726ed5ce5f2b4ac4b9323fde 3,152 1.00/1.00 vMB 11
604,102 604,102 000000000000000000031d21cec3126eb2e749944644c2c62d9edebaea65beb6 2,623 1.00/1.00 vMB 27
604,101 604,101 0000000000000000000df6777d4245a3f65eee90e6d6c2e7ee402bfa39ad5fca 2,899 1.00/1.00 vMB 29
604,100 604,100 00000000000000000001817ea667d4726afaaef2590ead5e5b39ad0664e2dd2d 1,368 1.00/1.00 vMB 12
604,099 604,099 00000000000000000002ae49c50d6bde74aab7d7bb0a3448a0d1efaac988b048 1,819 1.00/1.00 vMB 17
604,098 604,098 000000000000000000055fbf3512d8396d15b77ead3208ab9a862a085417433e 1,420 1.00/1.00 vMB 3
604,097 604,097 00000000000000000005d9d1d5dbfbd0c958f3e10c4349d1996dfa756f370176 2,545 1.00/1.00 vMB 18
604,096 604,096 00000000000000000000393c58a80e5246510114a690e20874f0aed88d45c1f3 2,947 1.00/1.00 vMB 15
604,095 604,095 00000000000000000006f5cff3f580698cee95bec3c0a649ead1eb60c901e233 3,325 1.00/1.00 vMB 35
604,094 604,094 000000000000000000103d59e3636b731f536b9bf876841e4c3ed70548ac0921 2,771 1.00/1.00 vMB 6
604,093 604,093 00000000000000000013dead4ba822ecdd032ccaa38f700236c3c7c0aadc2cef 2,917 1.00/1.00 vMB 33
604,092 604,092 00000000000000000015f6b6d5d30fd8796d6dc20593b495fae5eece3eeb99cb 1,402 1.00/1.00 vMB 10
604,091 604,091 00000000000000000010b758f51f92f5ddb71d6cc06d1c6c042d8aaefebb20e6 1,530 1.00/1.00 vMB 6
604,090 604,090 0000000000000000000cfd5e11168af8c8bc57fb625fbbbe45484f4a9790eaf6 2,556 1.00/1.00 vMB 13
604,089 604,089 00000000000000000004f1dc898be130055c05ad1bbcb7ef6f40c7c2cf728dcf 3,089 1.00/1.00 vMB 34
604,088 604,088 00000000000000000008389b7b14311f341f30c78e2b6e670272b5df9f286c2a 1,550 1.00/1.00 vMB 3
604,087 604,087 0000000000000000000e00ab753eb282b467c4ac40e7c397eb5fc80f208d6200 3,258 1.00/1.00 vMB 13
604,086 604,086 00000000000000000001205a3b7dddad365c6057d92c3d2d58679c2381a0269a 3,089 1.00/1.00 vMB 12
604,085 604,085 000000000000000000087ed34944c9b011bae8d571e9f0408eb0003f4fd242ac 2,531 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.