Memory Pool Memory Pool Refreshing

3,142 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,851 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

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

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.26 GB sent, 93.31 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.