Loading Tool

Explorer IconExplorer

Memory Pool

41,665 transactions
28.14 vMB
0.06877950 BTC
Random Selection Loading Transactions
Max Size: 144.69/200 MB

Candidate Block

Mining Attempt be4042420590b80db2aefe20bbb3454219f9ce0a367827c53bd69cc964ff1f1b
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root f106bdaaa4ddfa5496f223912e6c02079f0090e8f32983e6c25a8b6f3f60d58f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01418724 BTC
Feerates: 100.56 > 1.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (400,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,401 514,401 000000000000000000456008d6b7fed327238a743a1c92374aa2b3007987d953 1,324 0.68/1.00 vMB 28
514,400 514,400 0000000000000000003e7e7225e5f4dfe8bf6b67ea6bb2856befeedcf2725292 1,221 1.00/1.00 vMB 14
514,399 514,399 0000000000000000000c2d0f9c7d9c729f0787783695e3cf2d6b0672522c7ab2 2,699 1.00/1.00 vMB 62
514,398 514,398 00000000000000000024fe850f44bdbea89d1ab168cec9c977e9fc54ccf311e8 2,163 1.00/1.00 vMB 22
514,397 514,397 00000000000000000037b1f6866e2ae8d03a4fb6dbdd46fbcee96fe905afc073 1,822 1.00/1.00 vMB 38
514,396 514,396 0000000000000000001edcebc88e41b8418aedfddee078dbc5b38427f18b7898 2,594 1.00/1.00 vMB 10
514,395 514,395 00000000000000000027c015ad40076857aec3b8334152021e2b08fa7ed60b22 2,741 1.00/1.00 vMB 97
514,394 514,394 000000000000000000098e2115b5d304ef496167c488bfa79abd430ce20f1b27 2,485 1.00/1.00 vMB 33
514,393 514,393 0000000000000000003a5354f8a8f5b79acca05f380c861912f4900c766cbef1 2,209 1.00/1.00 vMB 26
514,392 514,392 00000000000000000048afcd07308786b558f7b96a6038b3d267ba823dac2609 1,669 0.93/1.00 vMB 33
514,391 514,391 00000000000000000025fba9084231ae6ddfc6a32007a8fa97303e73792b17b3 3,301 1.00/1.00 vMB 9
514,390 514,390 0000000000000000001909cb9a544e0f8dfa722a5822d3168a06f6e7239cd8c3 1,924 1.00/1.00 vMB 22
514,389 514,389 0000000000000000001725594cb07f3268286dda59515e50dce861db9105f02b 2,409 1.00/1.00 vMB 47
514,388 514,388 0000000000000000002ce39bbf8437585ca8dbb7d92ca1a0dc707888f8a91aec 1,804 1.00/1.00 vMB 13
514,387 514,387 0000000000000000000235c2800c84075eb1d060de9d7e6e67696edb8b27694d 2,388 1.00/1.00 vMB 36
514,386 514,386 0000000000000000004a56dbd6dec6d6e1ad78684f0f578115d45bde640927c1 2,356 1.00/1.00 vMB 29
514,385 514,385 000000000000000000431a24de76818aadbb4e79ee43cc4f2bfddec65be4667c 2,122 1.00/1.00 vMB 44
514,384 514,384 0000000000000000001015a14372cdf3be7b548b8eba4e549d04ecf2211bcffe 1,723 1.00/1.00 vMB 52
514,383 514,383 0000000000000000002fbcb8bba33bf95969f8b079ce3607b2e0e1f4063eeac2 2,469 1.00/1.00 vMB 124
514,382 514,382 0000000000000000002f6402c7eeb3ec9dd9477f7f8b58676e6626b2fb59bebf 1,153 0.99/1.00 vMB 76
514,381 514,381 0000000000000000003f1b942a9619fab1e2c5384cb27f6baa3ef563b32cba83 949 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

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