Loading Tool

Explorer IconExplorer

Memory Pool

80,785 transactions
30.17 vMB
0.12283913 BTC
Random Selection Loading Transactions
Max Size: 180.95/200 MB

Candidate Block

Mining Attempt 0dbefe157fcc12e2b06c27e8abb8b1d6e51966132b46236bb6f6e2b8031da16c
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 80091e3256741fb17e5aaa577820feeb12616b3f50f499c568abcd351ca418f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.06094454 BTC
Feerates: 180.34 > 6.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (285,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,289 629,289 0000000000000000000fe6730b2916f70d75f63cb1bf5a5bf4270d2003caedc0 910 1.00/1.00 vMB 17
629,288 629,288 00000000000000000005d258f9bd4433a09a13063b5726b7644b85e58dcaefac 1,718 1.00/1.00 vMB 8
629,287 629,287 00000000000000000009a34ec428342ea897efc449ad983209337d606fa07fdd 2,760 1.00/1.00 vMB 64
629,286 629,286 0000000000000000000c56b2d60e8ea8598ee921883b2bf00f66d71a0eb10df9 1,424 1.00/1.00 vMB 17
629,285 629,285 00000000000000000010acf88139bd90239c7a05ff5322709e93a6228194dca4 2,734 1.00/1.00 vMB 51
629,284 629,284 0000000000000000000dcf478abd92a90de4d78a937416c866cd008adaa2fdb1 1,983 1.00/1.00 vMB 6
629,283 629,283 00000000000000000008b0fbd0fbadb38682d95d5e2d1967f4abac5cf284e7b1 3,054 1.00/1.00 vMB 37
629,282 629,282 0000000000000000000c2aa74fa3e8597d983ed13a07be628903baad68da6615 2,421 1.00/1.00 vMB 75
629,281 629,281 0000000000000000000f344e1ac28d7e0a23b9acacd7351a70ad3caae7dff17d 1,880 1.00/1.00 vMB 12
629,280 629,280 0000000000000000000de2e54f5123e30307acbf5fbf39682fdfa57bf224f23b 2,331 1.00/1.00 vMB 24
629,279 629,279 000000000000000000113575561285d865aa98dbac841d21ddf8ed7dc974118f 2,455 1.00/1.00 vMB 46
629,278 629,278 00000000000000000004ade4f0d1db395051b35794e5878e20ec2e72b6284809 374 1.00/1.00 vMB 39
629,277 629,277 0000000000000000000666bf9a8c02d51995fcde88bf1f175d985af48ed9d317 1,644 1.00/1.00 vMB 60
629,276 629,276 00000000000000000000677feb310a9533410b507a8c62c7d71d2a92d545f461 1,726 1.00/1.00 vMB 60
629,275 629,275 00000000000000000007d091af265e41beb0bf7bd53580b033bab03a6e4b63b5 2,449 1.00/1.00 vMB 49
629,274 629,274 0000000000000000000c4f2f22a45115c168a111cf82e656130be08c4cc3ad25 3,084 1.00/1.00 vMB 48
629,273 629,273 0000000000000000000de9ee0de7eae1db644c31b76a392aa69fb1e7762364aa 2,691 1.00/1.00 vMB 54
629,272 629,272 000000000000000000116e7fabc6c00b09b371c8192f0987e3858bf2dfbf5d55 2,911 1.00/1.00 vMB 64
629,271 629,271 0000000000000000000c6fff52137c5cdc41f2c8a9c4508a6ef346d6fd380c49 3,137 1.00/1.00 vMB 46
629,270 629,270 0000000000000000000aa9c09d09beba1d6443d33f760d6ba625a13508beeb16 3,018 1.00/1.00 vMB 67
629,269 629,269 00000000000000000007901d4bf8cb20dd9208e688b27e14d5aa7053d9fb6bc3 3,061 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.