Memory Pool Memory Pool Refreshing

3,610 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,954 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,953 (799,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,018 108,018 00000000000178f3c391f7159afb7ebdfb8a657586ba718e223bd688bc4b4c6c 0.01 MB 4 0
108,017 108,017 0000000000023a25bbb35d34338bd889072a389524f404b57170a2b0f2865837 0.01 MB 4 0
108,016 108,016 00000000000155eb7d909063436bb869622c358afe127d79c83fc009ceed5d3a 0.02 MB 27 86
108,015 108,015 0000000000000d7ab0ebab00989a54a7e22b11ad1de11db0ab3bb2423e11ad49 0.00 MB 11 0
108,014 108,014 0000000000021852c20e6cdf0752f2ca4b406507dbabc897112dce590e05f7f7 0.01 MB 6 111
108,013 108,013 00000000000082ab58ce132359c652525f64cd9f22418996f0971692258990eb 0.00 MB 13 0
108,012 108,012 0000000000001d16cb60eb143fcb2290caf0200015140bde055e32cbcf39f93a 0.02 MB 6 41
108,011 108,011 000000000001ad9397b28433221d57d509946b7ee29ae256313888f9f76c0ef7 0.01 MB 3 0
108,010 108,010 000000000000f58cbfc0d863ef273f2ed41bb132e40c54c10fe6cdf79ac72048 0.01 MB 6 0
108,009 108,009 00000000000061ac6068971c6a0073cc240cb8520b1317ba5ed11b980f8d3cbd 0.01 MB 34 0
108,008 108,008 000000000000fa03ebb28fcf005e8130fb158ec3a9653a0b2df3a005b4da6322 0.00 MB 10 320
108,007 108,007 00000000000022106e974f6f787ce959e4a0a68b388d5521a54bc5acf627636d 0.00 MB 8 0
108,006 108,006 000000000001a835a6bafdd833436cce624c2bd6a84aa77d9506ef4d6926e4c2 0.00 MB 8 0
108,005 108,005 000000000000f4baa87695b2881658e9576d3e7d25e4663ea5bc12221d2b8c1b 0.00 MB 12 352
108,004 108,004 000000000000519c27a117ed6c82bde15fed6e2a8cc4a40636e2a35b8bb0403b 0.01 MB 6 0
108,003 108,003 00000000000165d80cf7d6fb65e1e48488875ca8fe8019ebd4ded61f8d2353e0 0.00 MB 6 0
108,002 108,002 0000000000002044069d5bc489760b08ad04366162d66bf239f9b691c8ddd730 0.00 MB 1 0
108,001 108,001 000000000001110a03b89e33a6c0d71f89319cc1215997406bbc74ed9a6b12f4 0.00 MB 7 546
108,000 108,000 00000000000167cea0b43ff7ce22f330d3e302832187eb31c61b15bb1511e118 0.00 MB 4 0
107,999 107,999 00000000000262099f5780977cfc857301c2604199652d2a4b2f2e55a295423b 0.00 MB 12 713
107,998 107,998 000000000000bd4cdeb064ce43bcb76a95bf41fd1a9695d5c68109b122b030e6 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.