Loading Tool

Explorer IconExplorer

Memory Pool

85,307 transactions
31.84 vMB
0.20380743 BTC
Random Selection Loading Transactions
Max Size: 190.42/200 MB

Candidate Block

Mining Attempt ee2c5f78bab983639a494e1600277eedde3df5ff3947f5c3a30cd7c7f1fa2cb2
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 3129f9c66825b678d74d808d4b2648fcaf5ebc68af9b3f5444ff713456998f82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.09245056 BTC
Feerates: 529.10 > 9.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (111,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,482 803,482 0000000000000000000208d68dff91ebb6e17f5a03771156651a5aa96c35f80a 2,421 1.00/1.00 vMB 9
803,481 803,481 00000000000000000004a96c075271199d3ea8db546d13b021cfbd78cd633429 2,893 1.00/1.00 vMB 16
803,480 803,480 00000000000000000002bc0485af62b8798420791d68d7593f8163275d3c661f 4,013 1.00/1.00 vMB 11
803,479 803,479 00000000000000000003627c0c6c41be82c838967b74a41662eaf34a7002297b 5,377 1.00/1.00 vMB 6
803,478 803,478 0000000000000000000249998f827cea4012531bd8a8414c2557b0b5b30cf2d7 2,572 1.00/1.00 vMB 9
803,477 803,477 0000000000000000000462c24a146a31d78fbb0c339ff353b80a2b53c65ce879 2,826 1.00/1.00 vMB 14
803,476 803,476 00000000000000000004f811f9a73f0b90bfde15a7bcba8c3a9c69fc0ceee4f3 989 1.00/1.00 vMB 15
803,475 803,475 00000000000000000003960baa6df1a9db6786cdb0def1f644df9e92966366c0 5,016 1.00/1.00 vMB 7
803,474 803,474 0000000000000000000414fe3a171f1836a3fb8a25ceeb18ced97902a474fafd 2,011 1.00/1.00 vMB 10
803,473 803,473 000000000000000000038f00cd0a3519e374a15e3210125caa279578d1e62dd1 1,601 1.00/1.00 vMB 9
803,472 803,472 000000000000000000035fd6ae98f4daceb7772980aa011f39504ec3873ff469 3,400 1.00/1.00 vMB 22
803,471 803,471 0000000000000000000271dcabefaf7e3547890bcdf69a0b27aaf6df61da8d79 3,657 1.00/1.00 vMB 9
803,470 803,470 000000000000000000038aec74f2dc729d985646847a2ccb199e570fd7dabf5d 4,993 1.00/1.00 vMB 9
803,469 803,469 00000000000000000003baa102e6ae48d24f637b977a3c555083dd31fbff3ed2 2,016 1.00/1.00 vMB 9
803,468 803,468 00000000000000000004a3f9e3dce181f1c5587d8e26b6353c3ea2a66e12746a 3,061 1.00/1.00 vMB 16
803,467 803,467 00000000000000000004eb5f7937439d9a71259432e34b9714bea527e1c790c4 3,362 1.00/1.00 vMB 15
803,466 803,466 000000000000000000010268a35671c48de634b599905d0c60f909a0815aa07a 4,141 1.00/1.00 vMB 10
803,465 803,465 00000000000000000004b0c78e0a253284c7f9be1214c69be58a34760ecb6698 3,577 1.00/1.00 vMB 9
803,464 803,464 00000000000000000000471dea15f8e6d392c305f9a6afea37e420fd627fa207 3,622 1.00/1.00 vMB 11
803,463 803,463 00000000000000000002425f4b2d109474ef7c5570b74882f497faa0dd6df1af 4,342 1.00/1.00 vMB 9
803,462 803,462 0000000000000000000470a2b5081cdc34797360b0376e2460a017e0c8ec8543 4,399 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.