Loading Tool

Explorer IconExplorer

Memory Pool

84,694 transactions
31.34 vMB
0.15088339 BTC
Random Selection Loading Transactions
Max Size: 189.19/200 MB

Candidate Block

Mining Attempt 2a3b5f7f536027654f2f3ed2a0dffcd2c0a17d4592755352f9bee72454359f9e
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root cd512d88d71c497fa382bc88e3924a431c0305fc0a3378c352160d8dbd912919
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.07919993 BTC
Feerates: 366.60 > 7.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (386,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,101 528,101 0000000000000000002c2b6e253fdbb799e5d3e8731226a8dc96c0ce62a0f3e8 501 0.16/1.00 vMB 14
528,100 528,100 000000000000000000220aced540109f598692d8dcfa16bb30465365fa2cd22d 14 0.00/1.00 vMB 8
528,099 528,099 0000000000000000002d7c3b4ee3f041cea2df65d23c1b34932ee61af5fe67f7 863 0.35/1.00 vMB 26
528,098 528,098 00000000000000000019f38d1eca96ab5ceeebc49ba745ba77e1f7d2e0c3976d 1,550 0.54/1.00 vMB 17
528,097 528,097 00000000000000000007d45937076e9a45e0b6ee36088fa463d1c69c7f2a5704 1,232 0.49/1.00 vMB 24
528,096 528,096 000000000000000000371a51cefa822c3fcd48760f55a67730a07e12308f4014 1,664 0.58/1.00 vMB 17
528,095 528,095 00000000000000000010af8b1d487ce74d6a65f37d3e160c9a63e42ee0a15e1f 2,169 0.91/1.00 vMB 13
528,094 528,094 000000000000000000300e7d982b8b54ece3f882e7525973e153a5083de1b531 1,203 0.48/1.00 vMB 25
528,093 528,093 0000000000000000000b554c60186c924a1021c81599acc9cce4cd760ccf0aa8 1,608 0.63/1.00 vMB 16
528,092 528,092 0000000000000000000bf3000636a380ec9fdb687748274f28dcf2bf042dc78b 2,428 0.96/1.00 vMB 14
528,091 528,091 00000000000000000032b3a1418b1307501e8b3e317ff29fdab27a30ffa6d011 2,195 1.00/1.00 vMB 23
528,090 528,090 0000000000000000002a882472c9f662433e361b39e4653477449209a1447142 1 0.00/1.00 vMB 0
528,089 528,089 00000000000000000007bb28fc4f3b8038d0252ee9f67ddd152df4a1f9d0ee82 1,092 0.54/1.00 vMB 7
528,088 528,088 0000000000000000000fdb67b5e48071c0e04b7713ee191c6332952c39979bb9 2,245 1.00/1.00 vMB 14
528,087 528,087 000000000000000000288dd084d53949e1b6c90e05f70ade71a2261c5db758b6 2,093 1.00/1.00 vMB 12
528,086 528,086 000000000000000000210729137b8712f6ba3c26cc3b1333195e10e1aed7f272 2,221 1.00/1.00 vMB 6
528,085 528,085 0000000000000000001e29f82149a76d8d2c641d6b112ca86f8f25214a6df920 2,485 1.00/1.00 vMB 12
528,084 528,084 00000000000000000018cb1d94c5e161dd8a16085ce566b29edf00bb73634ef7 2,667 1.00/1.00 vMB 27
528,083 528,083 00000000000000000019286606dc39e941bda2e87196af5ab39af80c8c2216cd 2,221 1.00/1.00 vMB 22
528,082 528,082 00000000000000000010a18a79ddf4730a98deb6a5b1130c35430c532fb5b094 2,754 1.00/1.00 vMB 15
528,081 528,081 000000000000000000069a5c581e40783ad8cd201105a1c4e2dc55b230e1a622 2,709 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.34 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: 661.65 GB
    • Received: 14.82 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.