Loading Tool

Explorer IconExplorer

Memory Pool

80,524 transactions
29.97 vMB
0.12143996 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt 12b89bf3ef05047602e8339b7b5d9daf10b13477b64247dc8e0f917c2323ebce
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 14f3e14640ee4ee742db757a3b6ada836565d6365c780ed3e3bb73fe10b1a3c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.05023447 BTC
Feerates: 242.90 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (426,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,875 488,875 000000000000000000f82d9538b8bd96e8b74a2afde4343b69785c19fe93bc13 2,148 1.00/1.00 vMB 70
488,874 488,874 000000000000000000981ba85925e2ace42e1eded159e7f42104d4d8148931bb 1,112 0.51/1.00 vMB 145
488,873 488,873 00000000000000000080229c757a124bc00974c4405ebb2e120ce5fd57c840e3 2,165 1.00/1.00 vMB 81
488,872 488,872 00000000000000000098007ad31ffc3c104dc8b48cf5e87109d24777b2d8e908 104 0.12/1.00 vMB 107
488,871 488,871 0000000000000000002426f4f41c780211b09d444f8b18bd9df72fef5f02d58f 1,883 1.00/1.00 vMB 19
488,870 488,870 00000000000000000033e2da91f11168aa6c0c273a6b3f6720e6b2a0198e2f12 1,565 0.90/1.00 vMB 36
488,869 488,869 000000000000000000bb0ddb9f1566ffb7a21b8859da92ef932e150a6738303b 2,000 1.00/1.00 vMB 123
488,868 488,868 000000000000000000bcaaefbee83a84d2f86968e5c13ddb303c8e6f1cfe83bb 1,936 1.00/1.00 vMB 51
488,867 488,867 00000000000000000081dbaadbccbd44f3f9c37f7727d9351b841d84b3c92dd1 258 0.98/1.00 vMB 15
488,866 488,866 000000000000000000c0e14634086cd654f6f9f0d32094f9b2f849b558522a14 816 1.00/1.00 vMB 58
488,865 488,865 00000000000000000094b019fbdf854d1826e6dd839febfafbeef003572f99a3 132 1.00/1.00 vMB 8
488,864 488,864 000000000000000000dc26b4b29ecb2dde9307ac119e263a97db195881d7a3ff 1,759 1.00/1.00 vMB 81
488,863 488,863 0000000000000000009263878fd783b497ba48bcc351677cbcd9fe2b8eeab760 2,202 1.00/1.00 vMB 137
488,862 488,862 000000000000000000d294e8cba6a7d5e1200f611b6d9027091dd6f5219db542 1,167 1.00/1.00 vMB 67
488,861 488,861 000000000000000000c5dd27f7ac94481e5d149050af77703b4fdd704699a53e 944 0.75/1.00 vMB 77
488,860 488,860 0000000000000000003577298f671ddb9235bf826b64e43432ed24f1893c63ca 435 1.00/1.00 vMB 14
488,859 488,859 000000000000000000533ee3ee87273eac5ae709bcd26b42f46ed0ab5dd45069 101 0.04/1.00 vMB 115
488,858 488,858 00000000000000000090e8c6356f4304a3bcceae2374bf3a1a90e30744f92587 439 0.75/1.00 vMB 36
488,857 488,857 0000000000000000004e47eec2074bf81b9f3c0cb009496d003c959c6ba9ebde 956 0.97/1.00 vMB 34
488,856 488,856 000000000000000000d7082a40ae3d103adc10eec4d6724c2f955a6dcdee294e 1,753 1.00/1.00 vMB 7
488,855 488,855 0000000000000000000d091a77e3f6cb5b15e12f2a54d4890ece2b5590e05fff 328 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.