Loading Tool

Explorer IconExplorer

Memory Pool

24,209 transactions
5.15 vMB
0.01631784 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.21/200 MB

Candidate Block

Mining Attempt a15c5d1e9531507d157915bc8b7c9f4c328d0ce14be126703bdd0c77f0893099
Version 20000000
Previous Block 00000000000000000000d6911f3e7e720632b81aa560a11c7b3ef3cb105bfefe
Merkle Root 21c9ef4605a608a221ee7eaf5823c43fd362a9475a016fb3a98e4648d4b9a016
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 604
Size: 0.19 vMB
Total Fees: 0.00328426 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,139 (688,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,987 224,987 0000000000000331d34c4c2c9dfc29bffea74910c465f461aa7e30cd57e0ab89 0.18 MB 433 208
224,986 224,986 00000000000002707802d1a7ed26e04f720578ada6cc8f2f0d2a1d040dfc2491 0.72 MB 1,721 187
224,985 224,985 00000000000000442eb47ac9036ee2a877635afb601aac2341d1dfaefdb600a4 0.50 MB 599 141
224,984 224,984 00000000000002f874013ca368e9276caf53f1761471957c771a10eee25e856c 0.71 MB 993 113
224,983 224,983 000000000000016ff8bcae6fe220ff6dfd5d9a467f1158fae1c1e85cb3e5e383 0.39 MB 1,044 256
224,982 224,982 0000000000000329449b893bea43ddce940caab7a4861590d5d4d6d943196b65 0.50 MB 1,684 248
224,981 224,981 00000000000001810c1b0b197b2d66772516e4e862a9fa0aac9eaf7999b2018d 0.05 MB 149 141
224,980 224,980 000000000000034ce07635d98e88609a224ded03559e80c30d3652906e3f46a6 0.00 MB 11 181
224,979 224,979 000000000000000d5a93f850f15bab9279cd47054d31ae9d77d8341631bae925 0.05 MB 131 156
224,978 224,978 00000000000002ee5e8db4bed2c9945e89ccfd7947beb4a2d3b7cac3aeedafc2 0.05 MB 142 106
224,977 224,977 000000000000030d1d4a92d5930c4101564249075bf97904253da299450337d4 0.09 MB 189 127
224,976 224,976 0000000000000039f71fd6e9f502f26d9a78d124cfbef400f3684c9c26c56c74 0.23 MB 687 295
224,975 224,975 00000000000001d11848a49357795758aaf2c211d3533b75bc58ae7612b45ffb 0.07 MB 149 85
224,974 224,974 000000000000032895a9f8847c9ba875479940f460961c9e8778462063e9233b 0.44 MB 931 202
224,973 224,973 00000000000001df03edfe47fbbe9cad815e26706bff961e8e520d6e372661d3 0.48 MB 408 104
224,972 224,972 000000000000022bd949a5956a376c8a94b0a4a6157feadd5956685d927ff483 0.24 MB 615 205
224,971 224,971 00000000000002a98827da69c9917c372c27c9642b2d33458bdb8fdffaba0755 0.20 MB 447 197
224,970 224,970 00000000000001f7bc671703ac437cc740e2130987ab58e7dab3c71a9db6f245 0.10 MB 106 58
224,969 224,969 000000000000019a65c8127f1de3f378f1812af7844b26f52eef5f22f70d5aa4 0.25 MB 349 131
224,968 224,968 00000000000002436bd415926e4c8f8ce98f46b5f4f1456fd364cb9ee5a4d38b 0.05 MB 83 130
224,967 224,967 000000000000005ed221de9dad6a5c819f5294a734d7856637a90b69f0ea6b52 0.05 MB 37 95
Previous 10 blocks ↓
Total Size: 779.09 GB

Node Details:

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