Loading Tool

Explorer IconExplorer

Memory Pool

41,552 transactions
26.42 vMB
0.07779610 BTC
Random Selection Loading Transactions
Max Size: 137.68/200 MB

Candidate Block

Mining Attempt 7a08f119273ebdcfc5202e9c3402cc946036e45ffb7a58539002f893089a373d
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root ae6c337bde9cf60f3391aa217987afb80055fd3dbacf6290e9eb1557caaa86f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.02901962 BTC
Feerates: 150.98 > 2.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (448,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,599 466,599 0000000000000000019a1dd186b0804b3a539591934db9684cc592ebd5f8104f 2,152 1.00/1.00 vMB 395
466,598 466,598 000000000000000000002989b5ad667a547d7cdf9dc5485f51c7bb423a020479 1,975 1.00/1.00 vMB 244
466,597 466,597 000000000000000000ee014b957b0d264f9c62e91f84a561f0d870ebdd48e58d 2,155 1.00/1.00 vMB 221
466,596 466,596 000000000000000001bde23eb10e3c5521381e7e1f20e064a2bc9569ddc0a1c9 1,554 1.00/1.00 vMB 242
466,595 466,595 000000000000000001f11694dcc498fd92105d3e5990d9cff8f49d55f6b2284e 1,964 1.00/1.00 vMB 305
466,594 466,594 000000000000000000ca4c0132a4749864c7f9d20b7555875d2b252d9bbdebf8 2,103 1.00/1.00 vMB 272
466,593 466,593 000000000000000000a231e787b5e4b0fb3339d47a53b321c69f27557636ce8f 1,768 1.00/1.00 vMB 190
466,592 466,592 000000000000000000794cd3209fb7365412da33f1144d632858f6b6e7a80cf1 2,973 1.00/1.00 vMB 173
466,591 466,591 0000000000000000016e3fda6fb42630cbdc5c2c2dcc5a0acb06e5bc9fb07bb2 1,218 1.00/1.00 vMB 151
466,590 466,590 0000000000000000016d6265a92e003f8b1208db51e1cc087b1c32532864c8fa 2,427 1.00/1.00 vMB 167
466,589 466,589 000000000000000001242ac12d6e2e2bb75583190b527f12177647d92e0dde58 2,022 1.00/1.00 vMB 209
466,588 466,588 0000000000000000009113e1cf311c674ae7ecc885944e0caf632a5ec51bdbe5 2,055 1.00/1.00 vMB 222
466,587 466,587 000000000000000000c26c20b701fd598c7df8529a40e3886056ff0e6f608e32 2,616 1.00/1.00 vMB 358
466,586 466,586 0000000000000000000bbaa3641f14217d2ec9466fb8def0f34f5d80e6e343d6 1,838 1.00/1.00 vMB 220
466,585 466,585 00000000000000000060fc1d824f58188b222d5381e0fd360143c81b8012d954 1,934 1.00/1.00 vMB 297
466,584 466,584 0000000000000000003ead6b33e59e09b176dc60e610e8f78f06c51d28988566 2,186 1.00/1.00 vMB 277
466,583 466,583 00000000000000000097feac54f3d8de1e7118a3e24dcea00f39ec0c971c375c 2,336 1.00/1.00 vMB 209
466,582 466,582 00000000000000000176676dee2411261c4f3e9f4ff8ea750ae4e9d1874d0bb6 2,272 1.00/1.00 vMB 223
466,581 466,581 0000000000000000004719878c548922b6003277a89182e5f363af5512d4ac22 2,584 1.00/1.00 vMB 353
466,580 466,580 00000000000000000164c6eac8499d7b0c4298b76f826bc9b85da3c8578bac32 2,062 1.00/1.00 vMB 279
466,579 466,579 0000000000000000001f9db86365190377b73e30389c809bd33f76428ed72cc0 2,398 1.00/1.00 vMB 249
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.