Loading Tool

Explorer IconExplorer

Memory Pool

49,473 transactions
29.85 vMB
0.07635003 BTC
Random Selection Loading Transactions
Max Size: 159.77/200 MB

Candidate Block

Mining Attempt 59e5d0ebae435d5b8862a9a57afc52045d725a34270de591678818def73bdbdc
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root c41df8a7090e7735288e5de547f999292dcc67a655e8bc9965b673db93c3ad98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,120
Size: 1.00 vMB
Total Fees: 0.01436236 BTC
Feerates: 117.91 > 1.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (208,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,807 706,807 00000000000000000008996c7b8c3d32a1f5e713bdf9d84d520bafe9e7d9db9f 2,205 1.00/1.00 vMB 13
706,806 706,806 00000000000000000005e07c94268251ea53cff8ec3afc90cf304f1a5e1324b5 2,574 1.00/1.00 vMB 8
706,805 706,805 0000000000000000000d7c60ae4e5335b043f0b4482aba9090241a192e2f1aa7 2,773 1.00/1.00 vMB 18
706,804 706,804 0000000000000000000c410c1b4ad0defce4c6f5d0e4d0e0e5bff5583bcf5018 2,479 1.00/1.00 vMB 10
706,803 706,803 0000000000000000000b2fb8ac26456ce5203275e503500dae5e3778a5c36f32 2,561 1.00/1.00 vMB 28
706,802 706,802 0000000000000000000550fcd0fae5f5f48566b52fc4f4608f47dfcc463845aa 3,141 1.00/1.00 vMB 16
706,801 706,801 00000000000000000009367b1ee9349549d0289b0db10cca0eca0b22e311773a 2,557 1.00/1.00 vMB 7
706,800 706,800 00000000000000000003c5be470988938b15f6ca0c32475fc85115fe0cfd3bc0 3,062 1.00/1.00 vMB 17
706,799 706,799 000000000000000000082e4c3102bbdaddda8f7f64a9b0ec8e02827ac5e9b918 3,042 1.00/1.00 vMB 6
706,798 706,798 00000000000000000001d02e5fb3a3bed90fa68d763978cc8260b5b5d8bb68b6 1,915 1.00/1.00 vMB 26
706,797 706,797 00000000000000000007b01eed88c7088a475a8f567ef9e20d0b68923702ac64 2,497 0.92/1.00 vMB 9
706,796 706,796 0000000000000000000b991ee7e184c7899f9c70272ae111411dda127605d2de 2,819 0.92/1.00 vMB 10
706,795 706,795 00000000000000000000e68ba0e0cd21abee365a0e759438815ad0da757492a4 1,978 1.00/1.00 vMB 13
706,794 706,794 00000000000000000001a36a472318721dc205988ada6096bfb5a5dc209bbbf9 54 0.02/1.00 vMB 8
706,793 706,793 00000000000000000005cb6ac21048759d30d4cc482b0e1f0aa5590cadc3076c 1,256 0.37/1.00 vMB 10
706,792 706,792 000000000000000000005300102046320573a4d78947e3c4396e78a39951135a 1,474 0.46/1.00 vMB 10
706,791 706,791 00000000000000000007e9ead2e1e6b3986b785980fdfe353e6e9b1be94c7a74 2,182 0.69/1.00 vMB 10
706,790 706,790 0000000000000000000b693804f0333f23749482766c32b6b1868c1e44b14260 714 0.18/1.00 vMB 11
706,789 706,789 0000000000000000000c4ffedaad9cda3afef4a941cc453c7a17a23a2bc69809 850 0.28/1.00 vMB 13
706,788 706,788 0000000000000000000ac4bcaf51f96366915244b966737da3b5eaad29bac1b5 1,023 0.38/1.00 vMB 9
706,787 706,787 00000000000000000004735f5ceb06ed91426252e96b18a2a62fa78689ec83ab 1,637 0.74/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.