Loading Tool

Explorer IconExplorer

Memory Pool

82,755 transactions
32.41 vMB
0.07153574 BTC
Random Selection Loading Transactions
Max Size: 191.83/200 MB

Candidate Block

Mining Attempt 8278170f6c79b298249594fda8963db91a203e7c76ed0ca9996df91d3fa4af62
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (262,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,141 652,141 000000000000000000043773b2f24a259d8c2889cb1fe486d1c13f5897a1b37b 2,696 1.00/1.00 vMB 30
652,140 652,140 0000000000000000000b1a60986e56728ed3a299e62ad834745d9c3d846871b2 2,815 1.00/1.00 vMB 27
652,139 652,139 0000000000000000000d5ddbc8affcebca7edf931abf1c920b8b0be82d3d6a8a 2,976 1.00/1.00 vMB 113
652,138 652,138 000000000000000000094e1eb54caae552a3eea96627a947ed721e87425c59b4 2,422 1.00/1.00 vMB 61
652,137 652,137 00000000000000000007412d6b6c52182a11e49f39b658e838ee6f64ad31c3ce 2,638 1.00/1.00 vMB 46
652,136 652,136 0000000000000000000b2efea79f72f48b3da4e03192b2eabc5da3f766ccee38 2,758 1.00/1.00 vMB 115
652,135 652,135 00000000000000000001c72f8d632a73c16e62e608d69b9ba5ec97f58ed78933 2,470 1.00/1.00 vMB 24
652,134 652,134 00000000000000000000d31f48acdaa9e499f1f40b295001020830cde543d49a 2,106 1.00/1.00 vMB 54
652,133 652,133 0000000000000000000ab1598497de5df28604354d60228717ee2061ae0df5a1 2,389 1.00/1.00 vMB 19
652,132 652,132 00000000000000000007dc2d93638e0abe0495da6556952a2fd171c582206059 2,816 1.00/1.00 vMB 66
652,131 652,131 0000000000000000000940e5839601a7c67cc9457c2e15a40f0abadd714e90d8 2,964 1.00/1.00 vMB 57
652,130 652,130 000000000000000000030fd8f9640c6f40254535a4db7b8a0cc2b2fd192db9c7 2,430 1.00/1.00 vMB 70
652,129 652,129 00000000000000000005f5f7b00210d9e96d247b21e76f05c1aa217d46aa738a 2,519 1.00/1.00 vMB 102
652,128 652,128 00000000000000000005594ca76cd90e94f68d467c0fc950c3dd744ba164f1b7 1,772 1.00/1.00 vMB 106
652,127 652,127 00000000000000000001dc063855267eedfdf392e4a0bc19c1e9f18c18fb0bef 2,115 1.00/1.00 vMB 108
652,126 652,126 0000000000000000000e13015ece70bb62a2c2f7a689eae5164a2020650ca2a8 3,205 1.00/1.00 vMB 126
652,125 652,125 000000000000000000080ca212557b350a253a4992989b12838d9bd22804314e 2,817 1.00/1.00 vMB 119
652,124 652,124 00000000000000000009881062e4de0a5cdc58aeedfb5fae1cbc320ca17a9234 2,752 1.00/1.00 vMB 14
652,123 652,123 0000000000000000000da8eeba12e0df629c0e28f12355684fbf3585e6e63e50 2,429 1.00/1.00 vMB 85
652,122 652,122 0000000000000000000e2b3f39e92ca2c5affaf8dee9b3ead922280f54b3b8f9 2,363 1.00/1.00 vMB 102
652,121 652,121 0000000000000000000a2b768a570e6a869063481afe47d714c6a3e143e7a56e 646 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.