Memory Pool Memory Pool Refreshing

6,987 transactions (1.65 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,998 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,874 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,997 (844,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,021 64,021 000000000adffb04f0cc7c8af9950c385913c30f940cd688b1ee33cd3638e028 0.00 MB 1 0
64,020 64,020 000000000ab5e238e35b1ea2fb7ca6f25aedcdbaf26ac57efc0d28090d026dd3 0.00 MB 1 0
64,019 64,019 00000000089fc0c870820804a3a745fdbd8db4ceb7a1f8304bd4d9e026c3bc80 0.00 MB 1 0
64,018 64,018 0000000000f8f66448f65af4dc0313dfa8c1848b4c9261e5a598de1031f09e82 0.00 MB 1 0
64,017 64,017 00000000065ed40640bcc080806fc89885986bcd01673a73456bfea62e2da9dd 0.00 MB 1 0
64,016 64,016 000000000849e02069439159949f6d9f209c900fe61d1ec796769d89cd13a6bb 0.00 MB 2 0
64,015 64,015 00000000030fecd6aee77d8b9e02325372b24a60bd9c84a108d52c0d3b5f5128 0.00 MB 1 0
64,014 64,014 000000000b199f75056e01c6b71a816b4dc760cea6ee1fc63379167bc9f3bfea 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 771.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,867.54 GB sent, 105.15 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.