Loading Tool

Explorer IconExplorer

Memory Pool

75,938 transactions
28.71 vMB
0.06897679 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 222c65c581d1d20517698b317a759ff97e177570e8a501a08675d7357af94b1f
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 3589861c75b933340e34e7c08d7cca256d9aedd1bbc7de33e276bde2db07f7a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,900
Size: 1.00 vMB
Total Fees: 0.00649841 BTC
Feerates: 77.76 > 0.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (481,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,444 433,444 0000000000000000039848bfa66ac7ff71671f49b2f93c387a6548f4e74a572f 1,887 1.00/1.00 vMB 54
433,443 433,443 0000000000000000024633409ab93e0e15eb65b2573dcfb45ec0b468fceda2e9 2,126 0.75/1.00 vMB 78
433,442 433,442 0000000000000000009458ef8e22b2842c7004acaba66c630d0919e45ad83a10 2,167 0.93/1.00 vMB 60
433,441 433,441 0000000000000000036d734acf14f4d19e632ac984aa4792c21c8b85721e990e 1,228 1.00/1.00 vMB 36
433,440 433,440 000000000000000002ccd910a5991c4e97e3bfbe08b5b75992c5337cedc0c714 1,027 0.99/1.00 vMB 29
433,439 433,439 00000000000000000421d58b78b9f063a4b20e181d55c9c79082f9e4b8b30925 728 0.43/1.00 vMB 48
433,438 433,438 00000000000000000085d06e628be7d185479856ef7f638b92fa5bfba470c911 1,430 0.98/1.00 vMB 44
433,437 433,437 0000000000000000018de2e5faa2bcc84d8c94b044cf2b6568e89d5077417bdd 837 0.99/1.00 vMB 24
433,436 433,436 0000000000000000012ea25d29a3d2d0d03147f964ae3e36bb201686be18f4f4 787 0.38/1.00 vMB 55
433,435 433,435 000000000000000004301d273af5269c5037d6359856fed9928feb8a2fb984c7 809 0.57/1.00 vMB 42
433,434 433,434 00000000000000000312387b1d1541ae398890213ba5c17f7b62bfcb417461b3 1,725 0.93/1.00 vMB 45
433,433 433,433 00000000000000000158a3a701cbeb9ade1813492bb18f58ecbd909850c77cd2 2,741 1.00/1.00 vMB 73
433,432 433,432 000000000000000001ae1befb570b90082c9e8bb40bba4e1212f719e61c8e99f 1,625 1.00/1.00 vMB 42
433,431 433,431 000000000000000000e1372821b6e152c3dc2d943d0bc2bff2aa874005821c9d 551 0.29/1.00 vMB 50
433,430 433,430 000000000000000000d8d9a2c172b2434389cde8315bc07585152538fb81a73c 582 0.22/1.00 vMB 61
433,429 433,429 000000000000000002f4c8b2b3df1086ce840b5112849d3d1376b1c8eb7f9a6e 908 0.44/1.00 vMB 59
433,428 433,428 000000000000000001f2b020e13e1ce84ca46388de8d87c141901b0b8fa8ab28 1,007 0.50/1.00 vMB 56
433,427 433,427 0000000000000000013b08531f1ebe958299f37a005c1d01e9799772b93d2f72 104 0.45/1.00 vMB 10
433,426 433,426 0000000000000000005cee15149f8b161636f8a216a672bdc868c359289363fc 2,059 0.99/1.00 vMB 56
433,425 433,425 000000000000000002f1593f756f4266957877948e9d27cc34b1e561e7e0b440 533 0.23/1.00 vMB 58
433,424 433,424 0000000000000000024aa2c962b2fab5cbd85ca54888f0b90952ccbd1c3f7faf 137 0.96/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.82 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: 710.70 GB
    • Received: 17.08 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.