Loading Tool

Explorer IconExplorer

Memory Pool

81,833 transactions
30.38 vMB
0.08358961 BTC
Random Selection Loading Transactions
Max Size: 183.09/200 MB

Candidate Block

Mining Attempt f6cefd105036a5b32734069962dc4f53211ca34c62cd3b46ef0b72bf2c0ea9ff
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 0b7af19cbff23be4d93761d8fba0fade25317dcb5870ef7aaa590de1b155adb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,959
Size: 1.00 vMB
Total Fees: 0.02114299 BTC
Feerates: 203.60 > 2.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (267,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,728 647,728 00000000000000000005877577947323646da3d0fdfa6aab46480b2dc928f5bc 2,069 1.00/1.00 vMB 58
647,727 647,727 000000000000000000040c41fc3237d73afcb9ca8e7f86219420fccb2f21c221 2,480 1.00/1.00 vMB 49
647,726 647,726 000000000000000000049ee65ca33499c031b1b61f65eab6cb4684d8083ccce0 1,842 1.00/1.00 vMB 100
647,725 647,725 00000000000000000005de4c7097584b3299da6592ef526ec6660a4c44a54fe1 2,414 1.00/1.00 vMB 66
647,724 647,724 00000000000000000009832bc12b9d1dfbf333be6338c95ff3aef096e1e840e8 1,986 1.00/1.00 vMB 45
647,723 647,723 00000000000000000001b108b62ad2328e275427fbcac1a0ff79ef05e8427c57 2,489 1.00/1.00 vMB 104
647,722 647,722 00000000000000000008d0682d44d9c0370285270a1d6a46ebc8cc13a07272f4 2,487 1.00/1.00 vMB 57
647,721 647,721 00000000000000000000dfcec4f7a9bfb8e866a1ce84c65413f823a30d58be65 2,435 1.00/1.00 vMB 109
647,720 647,720 00000000000000000009f9e8564911c0ea80094daf9c6f08828e9777acee65d5 2,284 1.00/1.00 vMB 52
647,719 647,719 00000000000000000005e8917429bd0380145af0b366562869a5732c1c226f65 2,421 1.00/1.00 vMB 115
647,718 647,718 00000000000000000000c4c5f75813d573b12dfe9841ee853c23c39c98d32b8c 1,384 1.00/1.00 vMB 20
647,717 647,717 0000000000000000000712890db98529a682b3eaccab1b1a54ff73c894f4a6ca 1,703 1.00/1.00 vMB 27
647,716 647,716 000000000000000000095452e92d47a5ea886fae35206c9ae8f571660b496ea7 2,145 1.00/1.00 vMB 97
647,715 647,715 0000000000000000000feb31040ce7fa2550ab7c749d0c14e3c3853ab6ba9417 1,894 1.00/1.00 vMB 39
647,714 647,714 000000000000000000011c095eb72943edd2c7243731dbf0acdb0c74b5d66fac 1,405 1.00/1.00 vMB 63
647,713 647,713 0000000000000000000a0ff28c3894d2b6cdf54638aa9a6d2896b981987e054a 1,620 1.00/1.00 vMB 31
647,712 647,712 0000000000000000000a7620f90163a86fc4d4f9c52763fd2cff3d70547570a3 2,494 1.00/1.00 vMB 25
647,711 647,711 00000000000000000002d5cd845b4e8ddfbc731c705ff9dd102f2239b790d08a 2,423 1.00/1.00 vMB 56
647,710 647,710 000000000000000000023c43eced7bec1be3cb56c5754e625038541817c66e49 2,194 1.00/1.00 vMB 49
647,709 647,709 0000000000000000000b87fe17ab91d34a5781298b0bd716e08c300e2a46658b 2,391 1.00/1.00 vMB 4
647,708 647,708 00000000000000000006b6e4043e91530f57e91c45515228b25c5701c281b090 2,866 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.34 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: 661.28 GB
    • Received: 14.80 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.