Loading Tool

Explorer IconExplorer

Memory Pool

43,481 transactions
26.39 vMB
0.05905510 BTC
Random Selection Loading Transactions
Max Size: 139.00/200 MB

Candidate Block

Mining Attempt 89733e9aba99840d59eae65398c1916eaa5fd3620231e1cf71616f2dc7abfeb6
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root eae9d562b3774bf72e1899246b8359437cd9ff5c2fcbe8376fdffd141cc716b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,120
Size: 1.00 vMB
Total Fees: 0.01072331 BTC
Feerates: 50.68 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (523,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,369 391,369 0000000000000000070451581eb95ad803db2dcc144a0b11d5004b4b92793e93 24 0.05/1.00 vMB 7
391,368 391,368 00000000000000000852f3ebb16208cf8d948aee8c69aeb4209031f760b46249 2,505 0.75/1.00 vMB 59
391,367 391,367 000000000000000006c21862a573610a9394024624058d637e4ec3f5cd987774 206 0.12/1.00 vMB 22
391,366 391,366 000000000000000006c09c8176924b8986c8183b49dfc1a9692972f6b7a9ffd4 1,487 0.62/1.00 vMB 32
391,365 391,365 000000000000000002a731c20127a7e4a6e9613f714631c12a8572cb9b1edc7e 732 0.43/1.00 vMB 25
391,364 391,364 0000000000000000093d9642bc3aebfe1edeebb366bc3f0cc79c61c4ce3c5e4a 669 0.28/1.00 vMB 35
391,363 391,363 00000000000000000635433da6e957f5fd95dfe5d6760be5d5d488e5eca438eb 1 0.00/1.00 vMB 0
391,362 391,362 0000000000000000009f0a3b09dd045ab13a45ebb0e4df78bcb0af684d24d654 271 0.36/1.00 vMB 11
391,361 391,361 000000000000000009ee0f55ac5b20ab60be37a6f232a935968be05bb8d1160a 1 0.00/1.00 vMB 0
391,360 391,360 000000000000000004ab5b3481449459261822e1f13dd928b2b826ae521dc1e0 2,521 0.99/1.00 vMB 34
391,359 391,359 0000000000000000097e59a8d1f0e8a0cef056c9e3a07d4ae62ef875e0e4bf71 1,286 0.61/1.00 vMB 28
391,358 391,358 000000000000000009341e258e8e2cf3b50c4b6c68b5aa111db258d3f468d071 265 0.15/1.00 vMB 26
391,357 391,357 00000000000000000593c346220cc08a59f9254450ea2a49f9b10c359f26f3f1 842 0.36/1.00 vMB 29
391,356 391,356 00000000000000000a00f1fe80955488d4c823fa118ecc9112860d72746fa865 240 0.13/1.00 vMB 23
391,355 391,355 00000000000000000403c158d3d6d663d7f511f997e36d9f582ddef19f40888a 1,037 0.66/1.00 vMB 23
391,354 391,354 0000000000000000075a694fa90f7354d80b9bf6a800341624bbf0259543e826 14 0.05/1.00 vMB 192
391,353 391,353 0000000000000000017ab25a9d43c32dd3bcc466295a4414aaf08c09b4906b23 1,124 0.76/1.00 vMB 22
391,352 391,352 0000000000000000072658c71bbadd78d81f7ca200b091f10ad6dfd46e58f674 1,975 1.00/1.00 vMB 30
391,351 391,351 000000000000000006ae80f03cec75e2f2415f6e49a32362e2eb6d7b4f7bf1ed 2,808 0.95/1.00 vMB 50
391,350 391,350 000000000000000002559f0c56c44a3f4201edb1e9de5e73fc61eda33c50a279 21 0.06/1.00 vMB 1
391,349 391,349 000000000000000003038a3fdf6683b30285eda9dcea2b24622d2e6a61e7e0f5 1,504 0.67/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.