Loading Tool

Explorer IconExplorer

Memory Pool

77,495 transactions
28.93 vMB
0.08267385 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 96eead0a503b436073465173070fd2f61dff935d465d6ac93548e267c1ada26d
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ddf5295db7b8f2166b6538e8db9a4cbf83f7ed623531185097e6494bf2932ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.02233653 BTC
Feerates: 150.93 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (584,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
330,919 330,919 00000000000000000be76af513876e110d48a48563e23768042c68886c098bf1 1,242 0.75/1.00 vMB 25
330,918 330,918 000000000000000005116dfd6dbcd728006db4fc720098a92a557f72d4ddd35a 1,450 0.75/1.00 vMB 31
330,917 330,917 000000000000000000f911e4f04c545c71ae1bfe326cbe76092886f0944f20df 310 0.18/1.00 vMB 22
330,916 330,916 00000000000000000a0cc193977187cfa811135c2ac19a9d7da9da433389508c 1,162 0.61/1.00 vMB 28
330,915 330,915 00000000000000000d5b4424c8a06da342032742efd3bd0b7db232c1e3c7e103 1 0.00/1.00 vMB 0
330,914 330,914 000000000000000009cf576f1255af3c3b35bf8e50f4d20f31eac289fc3e117c 93 0.06/1.00 vMB 23
330,913 330,913 00000000000000001a1f05fd28572ea9f73177fbd39d4c2cb0a391a1cf2f136c 659 0.35/1.00 vMB 23
330,912 330,912 0000000000000000004c897c6195f9c275dc4950df1a1fac7c6dbd1b372c9e9e 191 0.13/1.00 vMB 36
330,911 330,911 000000000000000017bf21ed1800adc81d3dfe831c7711f0ae0717cbfc06d314 400 0.15/1.00 vMB 36
330,910 330,910 0000000000000000019a4f699daa4b4f0d3b6444120e83f37ba7bd6586fbc5e0 1,143 0.60/1.00 vMB 26
330,909 330,909 0000000000000000128e82fca8d958f72f27b2976b2d00ac26f6e09b54738f61 545 0.31/1.00 vMB 24
330,908 330,908 00000000000000000def86d93b4a9979b25141aaf3689e581d7d63c27d8e9b71 45 0.02/1.00 vMB 24
330,907 330,907 000000000000000009d4139a2a62624b319f7fd8fb0a53f75d6042dcde247332 1,231 0.77/1.00 vMB 25
330,906 330,906 00000000000000001a88792089fa62d15ac3bf9abccb8ef8b3898bf9257cb9fc 1,009 0.56/1.00 vMB 27
330,905 330,905 00000000000000001afa42f605627a2a3536c60223f90650f91241d1cc145554 1,075 0.60/1.00 vMB 23
330,904 330,904 000000000000000009a6c14e247794ed5db7ff8024117c476c433e051681736c 125 0.05/1.00 vMB 11
330,903 330,903 00000000000000000bb514d8ea1f9225ee1ac25f01c218a128b703c558a35497 1,990 1.00/1.00 vMB 30
330,902 330,902 00000000000000000f3f0cfd60fc41cab6f04a17af00a3a9e6d420bfe7238c10 1,365 0.68/1.00 vMB 27
330,901 330,901 0000000000000000102d16edc7a4dd2969798f9d063cc39b47ce95b7fdfc340f 761 0.39/1.00 vMB 25
330,900 330,900 000000000000000004b1fc128a5c762ff3c9fef17eea1cfba6d1d088ca570940 639 0.35/1.00 vMB 28
330,899 330,899 00000000000000000e038b25e5cd51d2470c9197521092bff3ca78b1b7a4e376 1,082 0.56/1.00 vMB 27
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.11 GB
    • Received: 16.40 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.