Loading Tool

Explorer IconExplorer

Memory Pool

78,671 transactions
29.05 vMB
0.09831003 BTC
Random Selection Loading Transactions
Max Size: 176.26/200 MB

Candidate Block

Mining Attempt b15cc2732e8155f71ba2c0c355abdb2e5d0d810464a75ed3bdea9efe32d0917b
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 535ce33f6c20c538869071033db55f82e26f0627a71431181408f9f875a99333
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,593
Size: 1.00 vMB
Total Fees: 0.03763828 BTC
Feerates: 137.15 > 3.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (492,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,394 422,394 000000000000000002dd76ddcda4be05f96936baace7c936aa666c13ca3fb935 1,564 1.00/1.00 vMB 100
422,393 422,393 0000000000000000041cd2652e3aa6ff15b41edad66e600b9e4d6a00fe81d0d4 2,099 1.00/1.00 vMB 67
422,392 422,392 000000000000000004026b264f0655cbd25aadb8e9421d8dbf78475a44fa6695 1,451 1.00/1.00 vMB 29
422,391 422,391 000000000000000004aed1a44c49760e1acb3f7e066113f52f6212814e45a107 2,367 1.00/1.00 vMB 54
422,390 422,390 000000000000000003ce3b359baabf4d57f57d06aeb5de1522ac1fa42b588982 951 1.00/1.00 vMB 23
422,389 422,389 000000000000000003e9e23cb0b088c30050d8d16f130897617c4d0fd48e12eb 1,492 1.00/1.00 vMB 27
422,388 422,388 0000000000000000017a57cfc6d1964d611eae51d084b090c46fe43337998ec1 2,406 1.00/1.00 vMB 63
422,387 422,387 000000000000000004bff468d8ee3b5d326ae73fda50f7b41ca55f18224771a0 2,331 1.00/1.00 vMB 46
422,386 422,386 000000000000000005080b195030aa49c8fe1ffceaf7659ced895376e006c11f 2,492 1.00/1.00 vMB 61
422,385 422,385 0000000000000000017a99c07c420729d0d8c88a25f89286e0c1f91c7ae5c007 1,702 1.00/1.00 vMB 105
422,384 422,384 00000000000000000101cc5072bd523b036feb4f8315887b65fe43b0bd3d3b05 15 0.00/1.00 vMB 115
422,383 422,383 00000000000000000199cda30a1dd5305de07b2a4907570fc6b4edf14a8e71d1 2,043 1.00/1.00 vMB 39
422,382 422,382 0000000000000000051fa7e66005db2fb593efaca26e2f5b8e44946b92cd0d23 2,473 1.00/1.00 vMB 61
422,381 422,381 000000000000000005207a6c314f97a79e4a023430566cedcd01c88086525d1c 2,391 1.00/1.00 vMB 52
422,380 422,380 000000000000000002b74cdbb82e9e8dfa8e64b718c65153f9e9156694c1264e 2,629 1.00/1.00 vMB 93
422,379 422,379 000000000000000001280b8e7c7641b882658a109ff1886ff6cc8ca7d08366c2 1,849 1.00/1.00 vMB 26
422,378 422,378 000000000000000004b7348220a0b2b715fc30c76159de0b5140bd5c79e62817 1,562 1.00/1.00 vMB 28
422,377 422,377 000000000000000000b1f80fb7a6b2070013d0028cb55f87ca853cc2383e37a7 1,217 1.00/1.00 vMB 63
422,376 422,376 00000000000000000198e3d2237dcc78146d077a975bec3b945b5621903c95c7 1,874 1.00/1.00 vMB 43
422,375 422,375 00000000000000000364c701a9338b2fdcfab78d0da1064c7c6638dd23eaf2f8 2,247 1.00/1.00 vMB 48
422,374 422,374 0000000000000000011658d922b54b5204d407e677e2bbaef32a72100d084ee2 2,460 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.