Loading Tool

Explorer IconExplorer

Memory Pool

89,352 transactions
23.30 vMB
0.06713024 BTC
Random Selection Loading Transactions
Max Size: 159.04/200 MB

Candidate Block

Mining Attempt c7aaf5626383b10adee97174b0c1f348bbb336c32dc904fa2e93a7ba249a086b
Version 20000000
Previous Block 00000000000000000001491f3f29ed4145df77bd82a6c0b0f243c5da57f7235c
Merkle Root 9441cb0100169a50a6b3d97be05aa7b8eb550ce712afdff002070a1963e942b0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,185
Size: 1.00 vMB
Total Fees: 0.01495406 BTC
Feerates: 151.12 > 1.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,912 (894,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,339 21,339 00000000afb05cd3dd91f99b3b2949377fdb6d72f0206ec1e93c25a040559f4b 1 0.00/1.00 vMB 0
21,338 21,338 000000006cb03fea6246c078af78c36dc87597ceea1e55dba548e3985322491d 1 0.00/1.00 vMB 0
21,337 21,337 00000000cff034b8db7a7cf456220872f13958f540d08e333420958f16f7c367 1 0.00/1.00 vMB 0
21,336 21,336 0000000075aeb621eaa33fb73a2b37991899d850bf11629eefc945ee40582ea9 1 0.00/1.00 vMB 0
21,335 21,335 00000000cb7f1ec9eb3466967eda3c3c54b2edbba098ff1e3a269ab55d010486 1 0.00/1.00 vMB 0
21,334 21,334 0000000031f2dd808dd61794b0c8f5be8667ec5b1414e98374b39555296b352f 1 0.00/1.00 vMB 0
21,333 21,333 000000006e264ff7100b09bcc1fb2962864c240d32cf66f6b5323e130c94b047 1 0.00/1.00 vMB 0
21,332 21,332 000000008c6601fb72f860b32fc7cf747d402fd26e141b52a4188e0491957bbf 1 0.00/1.00 vMB 0
21,331 21,331 000000007c60db323d92f18fd267f76be0e251ae26305c62fc2c2409465fb44e 1 0.00/1.00 vMB 0
21,330 21,330 000000009add40fb84aaba2fdf36f2da161822be09c740eecbdce4bb0134f312 1 0.00/1.00 vMB 0
21,329 21,329 00000000dc0179369a919489cda9e5d547926e25a7b50e0fd5c73f8e0761a43e 1 0.00/1.00 vMB 0
21,328 21,328 0000000043f87d7cdee9b280d74d11070b3cbba88b0dbfd1df915d1a4715bacc 1 0.00/1.00 vMB 0
21,327 21,327 000000004192226fb1523c25718c6a228d3e30576e227487a7527438a390fee8 1 0.00/1.00 vMB 0
21,326 21,326 000000004267f1a385316ac8c6689d6f22b7149e0e3cb0eece8449b616336632 1 0.00/1.00 vMB 0
21,325 21,325 00000000e6541ff86dbad9c9cad65da03fed072fc5bf18dd5ff1319ebe0b9737 1 0.00/1.00 vMB 0
21,324 21,324 00000000566a689a721dd1965b56ef2f5747fe529e30d1d99d798a976f6f8140 1 0.00/1.00 vMB 0
21,323 21,323 0000000025706f1b173f03462077dac4fd33b8d95f6fb77352aa20f8c66d6dc1 1 0.00/1.00 vMB 0
21,322 21,322 00000000060df7d7f840549b44d9aae1a42f0c873bc692cd77c2a61cc68d6e85 1 0.00/1.00 vMB 0
21,321 21,321 0000000010bf3aaba9609a63205702de7d94b8c12cbd6900e3faba4634f1db11 1 0.00/1.00 vMB 0
21,320 21,320 000000003bf610a7e9e10c2042813638adfab9cb8193f45014b680757a13d6f7 1 0.00/1.00 vMB 0
21,319 21,319 00000000476c15ff13d3a204e5e5b592c275285d903382e41680ca4bfc2d3c6e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.96 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: 798.27 GB
    • Received: 22.46 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.