Loading Tool

Explorer IconExplorer

Memory Pool

58,390 transactions
29.10 vMB
0.06108159 BTC
Random Selection Loading Transactions
Max Size: 160.90/200 MB

Candidate Block

Mining Attempt e966fa3f57b1aba64f6a95b8e7a84e2553be46cd3d67fa87e7276eac388fcc0b
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 1037ea1e75bda9d9367d9facb4c2b3bdf5c875462457866fe6a67ad89e6e7ecf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00536320 BTC
Feerates: 108.49 > 0.54 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (245,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,908 669,908 0000000000000000000961bed70f2a4c60ab7c121c5d5d54d43a042895839912 3,111 1.00/1.00 vMB 139
669,907 669,907 00000000000000000001eb91f987234e4fe1f46fb4238db2c7d4eac4961dbd9e 3,027 1.00/1.00 vMB 167
669,906 669,906 000000000000000000070760c8ea7f7f408c57b8597903eaac49975e03507acf 1,110 1.00/1.00 vMB 141
669,905 669,905 00000000000000000008ed1970e4fa4231ace902d25c6cdc8508bb38061f60ef 2,282 1.00/1.00 vMB 150
669,904 669,904 000000000000000000065070cc8cf27cebb0e1644c9cf59c2d3ae14c8dc4949d 2,958 1.00/1.00 vMB 156
669,903 669,903 0000000000000000000bceffdab85e9b9a963f9c7675e00c2b6702ed7d4a5f08 2,786 1.00/1.00 vMB 148
669,902 669,902 00000000000000000005f1d3838bba9d900fc84767fe14d6881b8fc6a66def0b 2,431 1.00/1.00 vMB 133
669,901 669,901 0000000000000000000c9bb6b1c4386ae7e4a7cc744e9cd35fc957d09fe57650 2,547 1.00/1.00 vMB 136
669,900 669,900 00000000000000000002330551f1b6c3e7f5ee556c7399a077f829939688e7f7 2,725 1.00/1.00 vMB 158
669,899 669,899 00000000000000000002c73a9942ba2f75b183a998aa27312401497861e82c4e 1,297 1.00/1.00 vMB 136
669,898 669,898 000000000000000000096558f1c81d4579d35247f54a21952c3c968909f1a8d7 2,894 1.00/1.00 vMB 143
669,897 669,897 0000000000000000000b63198d182c4ff44034af8664027e7e9e2eebb1ac16ef 2,833 1.00/1.00 vMB 144
669,896 669,896 00000000000000000007ae7dd0322254aa0e26f5ef16521651ace5db707ceac2 3,464 1.00/1.00 vMB 141
669,895 669,895 00000000000000000009d968473bedd72f92cff34c04562b56345ab672210fad 2,754 1.00/1.00 vMB 160
669,894 669,894 0000000000000000000b40c4794ff3140d942e494463248071c92158371cf432 2,400 1.00/1.00 vMB 161
669,893 669,893 0000000000000000000d0df5c8ee051e69af2a4e86b036c2165c0cb3c2287c20 2,230 1.00/1.00 vMB 154
669,892 669,892 000000000000000000064ec839564cc03166184f0a404d82cad9c655f714d886 3,189 1.00/1.00 vMB 168
669,891 669,891 000000000000000000069237bbafea14ba06f7bdc5e192aa38875ca3fc0d0cd9 2,827 1.00/1.00 vMB 151
669,890 669,890 0000000000000000000b9b5c21c0ec5221a00a9c8bb9625c268a428c8f080968 2,978 1.00/1.00 vMB 151
669,889 669,889 0000000000000000000173fbc6259999e56da82f267481d7d388a12a660dd15b 2,790 1.00/1.00 vMB 150
669,888 669,888 00000000000000000009927d4ae844d877ed411ec806bd56f4ed0662b515d11e 3,055 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.29 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: 657.07 GB
    • Received: 14.48 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.