Loading Tool

Explorer IconExplorer

Memory Pool

41,917 transactions
26.50 vMB
0.07125009 BTC
Random Selection Loading Transactions
Max Size: 137.97/200 MB

Candidate Block

Mining Attempt f76c5bf5a807b376302f8c386a823daab5d27f97d3b29822dfb2b3f8f16bbd70
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a45fb863d91136b4b657d7d7fd0af834e4254ad9248c4127b16c8fcadb61d44d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.02254870 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (208,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
706,786 706,786 00000000000000000007d583bb7f92dca8e86728bec9c4dd3a30ed0ea94f0247 2,327 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.