Loading Tool

Explorer IconExplorer

Memory Pool

45,223 transactions
28.60 vMB
0.09325280 BTC
Random Selection Loading Transactions
Max Size: 151.28/200 MB

Candidate Block

Mining Attempt 7ebb1fe5e5d9ed1af1d785b8969716733589a6901464f21cf8363dd1ba9099ae
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 88e140c7de46f7ce8916ad25fc97633dcff6a08df454682c5b90fa3d0849aba1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,542
Size: 1.00 vMB
Total Fees: 0.03847773 BTC
Feerates: 200.00 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (579,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,918 334,918 00000000000000000da1c9f78d0e79d719db15ee80ed2bf8eea8feb8b544d09a 1,530 0.50/1.00 vMB 37
334,917 334,917 000000000000000019ddd5484e223d540a6ddba223e1127609a7729be76e1dfa 16 0.02/1.00 vMB 4
334,916 334,916 00000000000000000e032e77a35f6ed6f7e4807606381b2357c845bfc57a4d73 48 0.07/1.00 vMB 19
334,915 334,915 0000000000000000057d1db3daa0e3ed62a017a23d593b5e8e3c3038c9acf813 1,520 0.75/1.00 vMB 27
334,914 334,914 00000000000000000dbe833a39aa87fe902136b2ff0c84e52b80c2ce66bff903 126 0.06/1.00 vMB 18
334,913 334,913 000000000000000011684267c1c0747b5f9973df54bfe31abb5359c51a9dec32 2,144 1.00/1.00 vMB 28
334,912 334,912 0000000000000000197bd59f65edd90076ad822df8c19260ed09fde754f1abe6 2,649 0.75/1.00 vMB 43
334,911 334,911 00000000000000000cc93dff4ee7ffa0f054619b05c9b47f04fc9053d4be9b2e 1,698 1.00/1.00 vMB 25
334,910 334,910 00000000000000001a8505541133647a21e5987b71a83158017248bbfc1c34d8 1,803 0.75/1.00 vMB 32
334,909 334,909 00000000000000000e147767b7e234917e84814f8f96a8248ac0b4c7a6781630 789 0.39/1.00 vMB 24
334,908 334,908 00000000000000001354a4b6b22e2ca69fdd1e73cc0afe887adfa92e6fb9225d 736 0.79/1.00 vMB 17
334,907 334,907 00000000000000000bb65b82f29d8b900c8cd57e4ca8388a2f9216e27dfb67fe 1,372 0.75/1.00 vMB 35
334,906 334,906 000000000000000008f8fb7790b5f603ffb8277c2694f851221fbb987f79bd9e 110 0.11/1.00 vMB 12
334,905 334,905 0000000000000000080d0599237739c72bdadf85d98d212ff9eae15f8da8cf6a 503 0.39/1.00 vMB 21
334,904 334,904 0000000000000000170808c7ce6c67d018e73c6e6f99e6e470518ec465731cc6 1,213 1.00/1.00 vMB 16
334,903 334,903 00000000000000001a8c49d26b84c9c73e6539698375a6e729525e0c60ca1d8c 1,267 0.35/1.00 vMB 52
334,902 334,902 000000000000000015300fc19a76d5329faa11fdf165bc6717378990e96f7095 265 0.25/1.00 vMB 17
334,901 334,901 00000000000000001664c0befb3efd744b98ecf9a529ec6c242024f849ff6de3 852 0.35/1.00 vMB 34
334,900 334,900 000000000000000001c3d12a3d695800b880f269e3331d196e1f2a6180eed13a 132 0.10/1.00 vMB 14
334,899 334,899 000000000000000007bb3e85b69ca23b88a224aedf1e15c519af3808f895a427 245 0.30/1.00 vMB 14
334,898 334,898 00000000000000000384758a4930be90a58624a9f7fb3bd1a177feeb82530c54 1,735 0.75/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.10 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.64 GB
    • Received: 13.60 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.