Memory Pool Memory Pool Refreshing

5,437 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (304,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
603,024 603,024 0000000000000000001581cad472cbecf1327a07784263d663da0a637954d059 1.27 MB 3,218 27
603,023 603,023 0000000000000000000a2a897a7b87727f677c566095b52955a4e119169e1fc8 1.12 MB 1,248 10
603,022 603,022 0000000000000000000f60e10d483d8f66a6dec4c8f6ede49b24af6220b7091f 1.08 MB 726 7
603,021 603,021 00000000000000000002146cd129f39397a19346019902d5bdec64cae61b2af5 1.30 MB 2,101 10
603,020 603,020 00000000000000000000c121718ad6b1341a379e6612f1b5a84f6fff9cdb68d5 1.41 MB 2,066 7
603,019 603,019 00000000000000000004d0df059e7845fb369b21b32afb1039ac7632779e185a 1.32 MB 3,258 34
603,018 603,018 00000000000000000006440de711734db5ed23115a2689539f99376c0385f8a6 1.33 MB 2,497 20
603,017 603,017 00000000000000000003a9cf71915e9048bf94eb0ba65306ed364b7e647e559a 1.27 MB 3,183 23
603,016 603,016 0000000000000000000c35e8c3ef8163a038680d3ed365130774b435d7192f93 1.25 MB 2,680 27
603,015 603,015 0000000000000000000b9059768710d83309a343ccb8bdcac34a1a576782403c 1.21 MB 2,962 23
603,014 603,014 000000000000000000059e66d7ae415bdd51f40976bb8ae8d014c9f509c45d59 1.21 MB 2,911 12
603,013 603,013 000000000000000000104e40dbe078b7e91857849bb55fefb901def45961ecfe 1.34 MB 2,709 35
603,012 603,012 000000000000000000143d2c973dd24e2ae25ec4dd6af9c04518b285b667a2d7 1.31 MB 3,164 44
603,011 603,011 000000000000000000069d6d027dda207af5d996f61a764d138c182f05b32f9b 1.07 MB 2,413 13
603,010 603,010 000000000000000000001a822b285b8d79244d16a03bd4a6e1ba69acbc21e4a7 1.28 MB 2,940 20
603,009 603,009 0000000000000000000bb0c2bc57e588c85a62495a423f0bbe313e84000d4dc0 1.26 MB 2,624 31
603,008 603,008 000000000000000000133ab0226ab43e4a2f1b2a4d5f2d09ded6df1fb19961d3 1.43 MB 2,867 40
603,007 603,007 0000000000000000000f133ff7c7825074f1fab4dbf56721f9a8cb214c0a8ff4 1.47 MB 2,625 42
603,006 603,006 0000000000000000000bd7f6e741a86c17a971b461afd2818fe111c777963807 0.95 MB 2,423 20
603,005 603,005 0000000000000000000704290e411307185cd8bb31bc83ae7c631886a26403da 1.22 MB 3,273 24
603,004 603,004 000000000000000000013cffe0e6487244bef252f6a6608966aa85ff8ce8df22 1.29 MB 2,926 33
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.