Loading Tool

Explorer IconExplorer

Memory Pool

87,387 transactions
32.14 vMB
0.11862355 BTC
Random Selection Loading Transactions
Max Size: 196.45/200 MB

Candidate Block

Mining Attempt bab389cf5a01ce0fd4933eef414ed294d19f43584957646750ba039d7f0c26aa
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root f27bea1ef8b17928f5d3d1ac6020fe02e85c86cd6ab0f852eb8fb216567b25a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.03326020 BTC
Feerates: 1,236.26 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (442,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,299 473,299 000000000000000000cd6cf1dcc4e5e8ae305e91099aba54c3a282584bc45a26 1,289 1.00/1.00 vMB 128
473,298 473,298 0000000000000000010cd415d60e5c668c32a18b3cf4da38cbe4600da77a2dd1 2,189 0.99/1.00 vMB 294
473,297 473,297 000000000000000000837daeb00088616f9b692fc8c4207106394431b00b60db 2,250 1.00/1.00 vMB 193
473,296 473,296 0000000000000000012433b1e62cc80fd293569caa8b5e3f09eeddb65eb79044 2,440 1.00/1.00 vMB 238
473,295 473,295 000000000000000001875f6b109bb7478404e6bbd19fe24d9b8c536b21d57120 2,209 1.00/1.00 vMB 311
473,294 473,294 00000000000000000170b0b12f8ead51c0edbd62ac8419e3994e02f6f59fe01b 1,454 1.00/1.00 vMB 243
473,293 473,293 000000000000000000081c4bf3fd00db2ad94753a8375619a51213c2174108ca 2,543 0.99/1.00 vMB 412
473,292 473,292 000000000000000000bf1b708a8e2ae1bc656b3958c6376552c42ee3b3fe8e8d 2,103 0.99/1.00 vMB 304
473,291 473,291 000000000000000000c4f8c9017f4a39734f9a0af8305d99f573789f567dbc30 1,533 1.00/1.00 vMB 370
473,290 473,290 000000000000000000aa342fb267c6cb11611bf2ba01167acefbce1605b3c513 2,516 1.00/1.00 vMB 421
473,289 473,289 0000000000000000009568ccb5f4f0d0f41b1ee55b5705a51746768c34b35caf 2,056 1.00/1.00 vMB 136
473,288 473,288 000000000000000001015be63338efc9cd4f7ab61596aa075bac44145957d285 2,262 1.00/1.00 vMB 369
473,287 473,287 00000000000000000066a15362ae9b605caaa7445a4b3f9c044c2a8bdf631436 2,614 1.00/1.00 vMB 215
473,286 473,286 0000000000000000009b4169390128c4a55bec8e62b213c403da37e311c9c300 1,664 1.00/1.00 vMB 125
473,285 473,285 0000000000000000011bc775e08b77458920b823fbc7248063e3d8dc5b617e8c 2,100 1.00/1.00 vMB 254
473,284 473,284 000000000000000000797f15df3c89288fd53eaa08023690cf727ba9d874971d 2,579 1.00/1.00 vMB 242
473,283 473,283 0000000000000000014c63790d130368dcf942beb20c844c151e2b1bc53f56d3 2,259 1.00/1.00 vMB 368
473,282 473,282 0000000000000000005ebf07dfd58c3be34174c9818b4d4dd07c2f2d71d9905a 859 1.00/1.00 vMB 193
473,281 473,281 000000000000000000d009e9ce4490b904f7c300a5b51a5f774e48b6d1cea284 2,795 0.99/1.00 vMB 171
473,280 473,280 0000000000000000010ecdcace1aeaae57e656ea86f3ad61a669e855d5f6fabf 1,961 0.99/1.00 vMB 249
473,279 473,279 0000000000000000007be5430fd2822756386dacee6ffb75dbca5418cc21a8ac 490 1.00/1.00 vMB 337
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.