Loading Tool

Explorer IconExplorer

Memory Pool

8,995 transactions
3.27 vMB
0.00702357 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 19.72/200 MB

Candidate Block

Mining Attempt 634a4d522278231effe16a0027dec5bc233c808b01ab719e70096809d2b10136
Version 20000000
Previous Block 00000000000000000001ee4cb97e17eb569e9cfdcc353ea081c23004aac63085
Merkle Root 3b9c96deda1e4b6aacfee5747dadff965ebb89941df10bd3e51a8cd6dc5f1fed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,799
Size: 1.00 vMB
Total Fees: 0.00408109 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,498 (771,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,332 142,332 0000000000000940c56cee4c45be05b115981ac18ab859d699dc7bb5adeb6395 122 0.04 vMB 4
142,331 142,331 00000000000000de686621b80a24cd86e7069559246f87bc7b45166c7f877cf3 59 0.06 vMB 139
142,330 142,330 000000000000047475e3bffd4072b9e0f982b2fa12744d4f9a8ae131aa4dcfb3 1 0.00 vMB 0
142,329 142,329 0000000000000714ee1bf0029970f4b0f9009925a96736fb7660ae496e88f53d 78 0.03 vMB 1,423
142,328 142,328 00000000000003962e68230b70f2f9a1e0c1557752b6b910cad7d2e525e4b5ef 71 0.03 vMB 154
142,327 142,327 00000000000001f7a44f452d7cfbc8ae9d83dd9fd4dfabcaca1550a91160df71 64 0.03 vMB 282
142,326 142,326 0000000000000771b9efbc5939fee6bc840dea65d5e025a5f9681ee854b7c089 105 0.05 vMB 226
142,325 142,325 00000000000002cdefdcea8dc75f7db9457db168fca7844284b48392ef8b2643 167 0.05 vMB 624
142,324 142,324 0000000000000718593f12ded93f68f08ffed4706bd6e6d0ce7ee0befaa95985 77 0.03 vMB 184
142,323 142,323 000000000000042fa7a11427da0b3240ee085fdf0e3c77d9d1259750e2bfa8e2 20 0.01 vMB 56
142,322 142,322 00000000000008a0b4feb5052729eb256e7505bb58e2483185a8228537241e98 52 0.04 vMB 480
142,321 142,321 0000000000000255082e5cfa83276220083c2bd73bf287a4bd22e20f09daf03d 16 0.01 vMB 204
142,320 142,320 000000000000005a6c019d8a983854aecd7949ae07239b96cef491560dfffeb1 43 0.01 vMB 227
142,319 142,319 000000000000078f4988a7088e57a6a73d2ad25643d3b251d7fbb297259a2908 16 0.01 vMB 191
142,318 142,318 00000000000007e15569eb41dee08b6c38d6da3d4087033b670248c93448b12d 3 0.00 vMB 35
142,317 142,317 00000000000000d370b6c82330042cd5f18a7e6d444093bc838bf58a47f36e97 12 0.01 vMB 369
142,316 142,316 0000000000000849255d6638075f110ce907000a2e8706376c8865501ece0c44 123 0.04 vMB 109
142,315 142,315 00000000000000a0fc37bd17ed67b6c75eb711a10eda54f39127e5adeb155784 34 0.01 vMB 195
142,314 142,314 000000000000073ccfc132f06b6091d07be0b8efb99fa3235b43300de428b414 59 0.03 vMB 150
142,313 142,313 0000000000000834dc4e835be4ec809d008ea11d30339b20c04136379f838bbe 51 0.02 vMB 408
142,312 142,312 000000000000046acff93b0e76cd10490551bf871ce9ac9fad62e67a07ff1d1e 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

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