Loading Tool

Explorer IconExplorer

Memory Pool

44,086 transactions
27.31 vMB
0.07948366 BTC
Random Selection Loading Transactions
Max Size: 142.61/200 MB

Candidate Block

Mining Attempt 76d5bdcaf94f874d0f97e4bfbbff2ac8a0b9893090ba90dee1ff41772dd40d10
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6e66ed4eff92ffd9249de20d50782c8f9f56e845adfb29be95884c52b3cf1d3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,398
Size: 1.00 vMB
Total Fees: 0.02645468 BTC
Feerates: 150.77 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (305,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,387 609,387 00000000000000000009da88a2df44f1d8e95f5d3358aacfdae9233d64375e8a 2,704 1.00/1.00 vMB 17
609,386 609,386 00000000000000000010ad41c861027fd4bfa1746634a444e775753aae068e10 996 0.66/1.00 vMB 6
609,385 609,385 00000000000000000002bb12dc7377fc75885a6532a3b753f7fe4a4d6a7bb71a 2,007 1.00/1.00 vMB 19
609,384 609,384 0000000000000000000fe8e09a8de87f6c92982147c898cffcc4947359934809 995 0.34/1.00 vMB 14
609,383 609,383 00000000000000000001b72f4d07a048c67683595190419e641607dcd2b68957 2,050 0.98/1.00 vMB 14
609,382 609,382 0000000000000000000e5c1e9a810b0749e821eb7bca168973b56cdad00a3afd 1,220 0.35/1.00 vMB 16
609,381 609,381 000000000000000000152fe9c9ee5381bc5542a1641291991263ae0feaa4e3f0 1,997 1.00/1.00 vMB 13
609,380 609,380 000000000000000000159f9cb8a0eca6abd4609de0fe58ef9064fa447c75f18c 218 0.05/1.00 vMB 17
609,379 609,379 00000000000000000015961bef41cd18f39ab040f11340d46ef58da1c4f69d11 1,102 0.35/1.00 vMB 16
609,378 609,378 00000000000000000014816beceab45082e0b2f50de7ce0002321e42c31543d3 1,897 0.56/1.00 vMB 12
609,377 609,377 000000000000000000030902fbc01bd71cdb522824f3e67b76f8d8b15bd68618 2,209 0.73/1.00 vMB 10
609,376 609,376 000000000000000000084a9e1d8add9b75475cfe88280c9aa228a9344089abca 2,587 1.00/1.00 vMB 9
609,375 609,375 0000000000000000000f74c0670b2957964864ff922bf4e2b34e93b88ec0d7af 2,842 1.00/1.00 vMB 5
609,374 609,374 0000000000000000001349030ce585bb7b16fcc28c51b399fe06dc1caa058825 2,662 1.00/1.00 vMB 21
609,373 609,373 00000000000000000002dfcde39f822aa016dcd3f73eba461cbf1ee1cc6eb39f 679 0.19/1.00 vMB 16
609,372 609,372 00000000000000000010f2f8aed4ce270160e414585ac000cde5ed41ae9af483 1,279 0.40/1.00 vMB 11
609,371 609,371 0000000000000000001582f04011de0fcafff72e1fb23cc32e2e16ddc7da02a2 2,240 0.63/1.00 vMB 10
609,370 609,370 00000000000000000003d37e5d142d9abd01f8d6b5e3c9b1ec1af75fcd9ee71f 277 0.08/1.00 vMB 8
609,369 609,369 00000000000000000000080acc32a8a6a9761629f321ff1e321cbfb2f98f0cdc 726 0.22/1.00 vMB 13
609,368 609,368 0000000000000000000ab365985505cd7aaf8b84ba1a3d048fb5558c7ab6dad0 1,237 0.51/1.00 vMB 12
609,367 609,367 0000000000000000000889b82a1b592865e5c2c833ec6ac8a81a22d7b43a6d04 303 0.09/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

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