Memory Pool Memory Pool Refreshing

6,626 transactions (2.96 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (5 blocks)
  • 5 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,966 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,965 (844,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,013 64,013 000000000a45e4bedb38a580613fdad7e031e19c288a6515d1d9db72d03c22e5 0.00 MB 1 0
64,012 64,012 0000000002d1378e3c22f7221d9c76edc2ff4df641b7354f18ea134de4174a04 0.00 MB 1 0
64,011 64,011 000000000a4a4c68b5a5ee30cc400c3c3a38077deaed4fe7e7c190fbeceefec6 0.00 MB 1 0
64,010 64,010 0000000008569bc586827569e5814add498729349278970b5b2cf2852b018856 0.00 MB 1 0
64,009 64,009 000000000739e8ebe98c44100d895894bb2ca650331871134c750d847b4aab72 0.00 MB 1 0
64,008 64,008 000000000442d4b9fb88de349e87c34f4dc117b843c7985bc213504a1c055733 0.00 MB 1 0
64,007 64,007 0000000004203dc828bdbebab4fbe032b16c54ad03cf3eda920374861bb1aaff 0.00 MB 1 0
64,006 64,006 000000000c21e7701899ed5954869d770275a157e0cb599b6a023ada6f10b866 0.00 MB 1 0
64,005 64,005 000000000007ac1c780012f30a4802deda332a80f36148c8751b5b4541198c15 0.00 MB 3 0
64,004 64,004 00000000060a6197c1a4584797707332a592fd4ecf6002c85a546617479d3e11 0.00 MB 2 0
64,003 64,003 00000000031fef17cb01987df72335d096760747fbcdd3c554e9a16647741f4e 0.00 MB 1 0
64,002 64,002 00000000056f7005eb8e9fbb46e56eac413c519b906995682af290416b48d738 0.00 MB 1 0
64,001 64,001 00000000005e61abe20a48deb7dc94ea3ff37ea7b5a57b1519fb708ea5967013 0.00 MB 2 0
64,000 64,000 0000000003d7055b51d7b9ab693de84c03201fe0396af61dbb30bf31445d3f55 0.00 MB 1 0
63,999 63,999 000000000b4faed77b3ae16fdc8feb7e4321cf02f0cf7a04d366bef265d9a6e8 0.00 MB 2 0
63,998 63,998 0000000004e8878051fad6eab5c6a6a4622292f8605e01dc01b9cb703b83bc9f 0.00 MB 2 0
63,997 63,997 0000000000b2a355dac3887d293791ca6abb1b7bc4b9bc33ba0d5b311f9c086e 0.00 MB 1 0
63,996 63,996 00000000099c489a58cc1997f6d1365927851281d23bb5fbbf9e47db09b14505 0.00 MB 2 0
63,995 63,995 000000000623e07de743f3f70801f9be74df5d3d9aa3ccd3a48b448756b770ff 0.00 MB 1 0
63,994 63,994 000000000263c18c30c68d30dfb04806c44671ae1af136985d7678c37ea733b9 0.00 MB 2 0
63,993 63,993 000000000beca4541a35a17148585f9ea3befd1072d4c5de778313e6391828b3 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.48 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,866.63 GB sent, 104.81 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.