Loading Tool

Explorer IconExplorer

Memory Pool

27,107 transactions
12.15 vMB
0.03352289 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.29/200 MB

Candidate Block

Mining Attempt 757f54f24e3e8582f933bb25fc9c8c8fd558f92d3f25593f3177a1786977999e
Version 20000000
Previous Block 0000000000000000000013ca6935cd8b272fb35cd3514b6f5e9a070a459ec896
Merkle Root 4928f5e9d4c53fda866a1ae2cd2c6c94338575d0b5bbf1ba611f1f4fc5cd7c61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,028
Size: 0.99790575 1.00 vMB
Total Fees: 0.01302741 BTC
Feerates: 151.16 > 1.31 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,763 (647,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,510 266,510 0000000000000000446048f708032edccd33b57bed94f333977ca374b6a6527a 261 0.10/1.00 vMB 85
266,509 266,509 0000000000000003ab7a53696aa50b04ca3c40f49bd75a299b5c73338d5fb51d 89 0.07/1.00 vMB 72
266,508 266,508 0000000000000006be9749328426235711d577ca5408c5f5264d818e3c4f5ad1 130 0.06/1.00 vMB 144
266,507 266,507 000000000000000333e0d1c0292157e484fcf18d2736eed9181b2f3d77bad699 130 0.05/1.00 vMB 61
266,506 266,506 0000000000000006dc58e18a3c772c461afc9de0f462df3da1ab63a5b1466e47 142 0.06/1.00 vMB 178
266,505 266,505 00000000000000029dd39b39070be59c90b71f035194dd74afdc4c38defd02b9 115 0.06/1.00 vMB 69
266,504 266,504 00000000000000034b4351c6b70ad44c57d83cdb55ee0262c8792ee61b27b467 93 0.05/1.00 vMB 61
266,503 266,503 00000000000000013aca394ddc66dc429ded71f6a05a676bfc475204d1dbf6ef 34 0.01/1.00 vMB 63
266,502 266,502 00000000000000013c0c1943be51d5dbd616c4db27720d7042fc1a7fc434eeca 144 0.08/1.00 vMB 69
266,501 266,501 0000000000000009e0938c9c20e4b2b19842f949228722453b8de6950825b386 295 0.11/1.00 vMB 115
266,500 266,500 0000000000000009c82914ce7c77faa0e11916d9b687fe0c752f37bfbfdec609 84 0.04/1.00 vMB 94
266,499 266,499 0000000000000009f3f770739f68df48e9c5caf2cd8cbaec375510d70ae48c62 187 0.08/1.00 vMB 70
266,498 266,498 000000000000000540bf275d225fe4f9d3f171ef725a54528a995969488de541 131 0.05/1.00 vMB 55
266,497 266,497 000000000000000581cdf264fc634b5944d6a307f7b87fd59b86e83eced78c0b 419 0.21/1.00 vMB 63
266,496 266,496 0000000000000005d6b7c7342555a8011863f3663ef31ddf85da9178c9927a10 172 0.07/1.00 vMB 95
266,495 266,495 00000000000000007feb041adb47d11f1a5d15634668f17580f517100a3cc937 306 0.15/1.00 vMB 75
266,494 266,494 0000000000000003d7e219702b821be9d26397a60e80c2d78c49b798fd707bc5 1 0.00/1.00 vMB 0
266,493 266,493 00000000000000083cff2bf109ab7892041f44f9e9258e6941b3fb55273a353f 196 0.07/1.00 vMB 109
266,492 266,492 0000000000000001465a2a39ba161d41b3f12be1e0784fde914af7d059063797 316 0.08/1.00 vMB 349
266,491 266,491 00000000000000038b637c0a8a10dbc90be9a758420e7e0e9cf878bf3901f627 251 0.11/1.00 vMB 93
266,490 266,490 000000000000000825499c0f86e850d3b1778a3b8b98649cd3fad2ffecc6e528 76 0.03/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 780.20 GB

Node Details:

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