Loading Tool

Explorer IconExplorer

Memory Pool

18,799 transactions
8.78 vMB
0.11221238 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.81/200 MB

Candidate Block

Mining Attempt bf473cb14e0247c1b15146ca65d5b99c4f4d5464656cfb31eebeb3445a809307
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root c1003054a4642fe4bf02d756001f85b73468c8cff13d5b8576e375a0f2db1571
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.09362134 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (744,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,487 168,487 000000000000096d517aa6e9af9759edbc222440cfd777e13b0f8f11f30c646a 20 0.01 vMB 57
168,486 168,486 0000000000000014c767e548733ea9720b1b551a23bcc4e56f589071882d2833 17 0.00 vMB 47
168,485 168,485 00000000000002ae958f20da453f75303b69285f3fb6f4f150d415e2ee0e04f7 1 0.00 vMB 0
168,484 168,484 00000000000009ebf0a59b923b1ce13f8112d39686a45fb1eeb76fd733310f1d 15 0.00 vMB 40
168,483 168,483 000000000000093409fc0ba5826599215e5fb26b2827ad317a9f4545fabd630c 63 0.02 vMB 72
168,482 168,482 00000000000003be7f20be20be40b3284e5bd63289379a0739d3ecc78cfa81f0 72 0.04 vMB 49
168,481 168,481 00000000000004e2baa0e860d1b13b845c2e194aa7f09dc68e6898a968144e15 72 0.03 vMB 413
168,480 168,480 000000000000044c4062993dde65682871077272f3fcd693a28a7bcc93574c88 66 0.04 vMB 91
168,479 168,479 000000000000019633c786406a071068dbdbb965745d37bfa63b34f0e0a5e137 13 0.00 vMB 32
168,478 168,478 0000000000000831e24ea580eaf20a359516ae7c7d566fa327240a6e0511c4ab 44 0.02 vMB 36
168,477 168,477 00000000000004a4f5c5f4c5dc1e9726e6ea1d74154fc8d0862dd73aac507980 38 0.01 vMB 71
168,476 168,476 00000000000002a6e760e35d49172303a35ed446b96a0a3ceee026c82f8912ac 39 0.01 vMB 194
168,475 168,475 00000000000003b6f6982cce8479585fb25fea83472c14ff2a74b71967294758 15 0.01 vMB 20
168,474 168,474 000000000000048afa5b1ae083db8a46276df5d52a03e6bf5e394c5389125de7 72 0.04 vMB 116
168,473 168,473 00000000000007a639124638419febdc743a8128c3bc4e08206922c144c24fff 16 0.01 vMB 11
168,472 168,472 00000000000005778edcd7e7e3af02b7302e4e1296df4b78c2f7c0500036084a 27 0.01 vMB 184
168,471 168,471 00000000000005a1bc3bd91265a6f30d1de4fb9b970ab61aa323287d6221ab6c 7 0.00 vMB 25
168,470 168,470 000000000000013bbe3ab0bef88e748778c4e10bb06616d8060178ad579a943f 74 0.02 vMB 10
168,469 168,469 00000000000007545d803b64241c764a4725dc61db029485149c22ac1f89a6ea 12 0.00 vMB 102
168,468 168,468 0000000000000422a92bcebf6d942dae0ea74dae2a182aed7fa3ae90a1c25e34 33 0.01 vMB 231
168,467 168,467 0000000000000c141b7fbb574d247dd6d21e2a0eafb640f631d2121024eb8692 122 0.05 vMB 157
Previous 10 blocks ↓
Total Size: 779.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 301.69 GB
    • Received: 1.33 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.