Loading Tool

Explorer IconExplorer

Memory Pool

35,273 transactions
19.12 vMB
0.05054218 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.66/200 MB

Candidate Block

Mining Attempt f9f029d8c9692ada08e0f15cf0dd7e465f8c58b9e88ec040e5a3dfd8a62eb6a0
Version 20000000
Previous Block 00000000000000000000c9f8044b87e64f6245a851397985fb6a93dbfe758e41
Merkle Root 76699ad73b9f70029c1b1b2df9fdfde6b47056a5549ec364fa148a3c6419fea4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,564
Size: 0.99796925 1.00 vMB
Total Fees: 0.01435582 BTC
Feerates: 150.75 > 1.44 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,840 (656,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,211 257,211 000000000000001a0e537b3ce9ccd96a9a93e5f3108c8ae542183452669b0340 64 0.02/1.00 vMB 152
257,210 257,210 000000000000002907335d9d1a84cb5ea08d217ed3863b0d046aad9b54774f93 380 0.17/1.00 vMB 94
257,209 257,209 000000000000000599a431da5df8692e8cd2212076394819445d862c32795791 221 0.10/1.00 vMB 86
257,208 257,208 0000000000000014ea1691c6ca7c24899b5f071b6fef737ef2538aac4bbb6679 327 0.14/1.00 vMB 155
257,207 257,207 00000000000000130d6d5c02a1b8691f8ef17b6d20ccb2cbb9354507c1da72da 128 0.07/1.00 vMB 109
257,206 257,206 000000000000000aeed65a2672b04b9255d850413da66ce1a9b2548e66dfbc93 58 0.03/1.00 vMB 56
257,205 257,205 0000000000000022c87838cb79d3ce6a74a1858325e1b8aef4b77f4734ed5cca 586 0.24/1.00 vMB 98
257,204 257,204 000000000000000d514486568fca0a49890cb7cfdd50e2c022fc467c8e199a9c 239 0.10/1.00 vMB 99
257,203 257,203 0000000000000008f11e2976ec53fdc0891b6fea2eedf9cd4e80a9f3599571e5 13 0.01/1.00 vMB 27
257,202 257,202 0000000000000020b848efd46a72a734a1e9205ce6f2361b175395c249e55541 115 0.05/1.00 vMB 68
257,201 257,201 000000000000002406263539d505fbd23d8bfaa02efcb0fa9cf0e62ddab35d64 64 0.03/1.00 vMB 115
257,200 257,200 00000000000000035a74942a302d07f322ea7ae0991dda217562c9f757230b32 222 0.10/1.00 vMB 108
257,199 257,199 0000000000000007b3d1dc949ab9b323790ed6ab877f8ad3d73372fc68bed891 62 0.02/1.00 vMB 114
257,198 257,198 0000000000000022cbb4cd05d7371dbb8c1ccc154e5ca05625717d04d7af1202 312 0.12/1.00 vMB 91
257,197 257,197 000000000000001aff28a4a70241a3f723c1be169581dca05610bb3944648821 76 0.04/1.00 vMB 110
257,196 257,196 000000000000002a98d1564397a2364e0f24fa35979e15e5dfc8cecd6a33e3ef 549 0.25/1.00 vMB 109
257,195 257,195 00000000000000074bdc64f9a1e7bebe73391e6c59a4e3982a66107435517172 153 0.08/1.00 vMB 102
257,194 257,194 0000000000000008878c72cf4580d4bf642a8dac177a1557898873d908ed4f25 94 0.04/1.00 vMB 52
257,193 257,193 000000000000001f12269952a01dd63991e325768f64b49c4f28b0b1c2444149 299 0.20/1.00 vMB 60
257,192 257,192 000000000000000973b356c34052459f95114373e57cef8efb8649c28d265a39 586 0.25/1.00 vMB 94
257,191 257,191 0000000000000010f950fce3aa85a0c237f5836b57f0b118d61a1709deae577d 652 0.25/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 780.33 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: 520.76 GB
    • Received: 4.78 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.