Memory Pool Memory Pool Refreshing

7,456 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,298 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (729,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,160 178,160 0000000000000afe33b930823c1c12d5aae013e704ff99e221600f46e6e39698 0.00 MB 15 28
178,159 178,159 000000000000046c9d3babf95097e356a0300d63efc66bbb008014c74e2f3443 0.02 MB 54 80
178,158 178,158 0000000000000a0e28fe7fe693f61c3fd2b06087716370451d1e4f66d7ad69e7 0.06 MB 112 129
178,157 178,157 00000000000000454d3f5cf031bae62d9ccd37228f0d0991c86ce6cbe55caec5 0.01 MB 23 459
178,156 178,156 0000000000000746a3d5e873d643ab07cc53d11b9aa92ebba2d3be6f149ce164 0.03 MB 44 50
178,155 178,155 00000000000000d592371d36d4275a9fd84574aa58d5a2000e7dfbdf517a0880 0.03 MB 63 84
178,154 178,154 00000000000007638a4b27279a538c576fc0c348d1b46c0e10d0ad0a6d61eed8 0.05 MB 114 261
178,153 178,153 0000000000000ac0ca95feb5b99b3c3a6a3e4c7c01ede086e038bd5f923d4ca0 0.01 MB 22 0
178,152 178,152 000000000000006f84c43671523b65ce2e32eeedef8168ccb24d7bc31bb61c8a 0.12 MB 198 124
178,151 178,151 000000000000085950a1ec821ffd2f3b67e01e1ce10a2b604eff60b77606cc06 0.05 MB 140 128
178,150 178,150 000000000000039298e331265c7f3a58998c6a5c9fb22cb3db5d051895f224dc 0.00 MB 12 54
178,149 178,149 0000000000000575a5bc37fb30ad18bcbe21e3361c70149d5e8b80c5336b3a7b 0.01 MB 40 16
178,148 178,148 00000000000006ab488d96738eafa19783e702b3a773ecd0678a26e1fbbf87b4 0.05 MB 81 89
178,147 178,147 00000000000004f6d5e41553f4b81fb9a7090ed0eefe641cbca3b1fd8a357242 0.00 MB 10 373
178,146 178,146 000000000000031face7a573ece397d9bd71c2c7aa03dfca9a2f2531c03b046c 0.01 MB 20 86
178,145 178,145 00000000000005314c14e8bf281eade43035071b92e9ff9079bd20104b80a9a2 0.04 MB 86 87
178,144 178,144 0000000000000047af60507dfcfd0e632f4f2b83289e15f0ebc779046bf7fb4e 0.02 MB 42 86
178,143 178,143 00000000000005302971115fc7fbf50505d153d340d6dcd81229a9d9a8ad204f 0.04 MB 119 264
178,142 178,142 000000000000006cab90eb71922d969f5e8e1973e2e4efe59943c787546a52d5 0.00 MB 16 1,102
178,141 178,141 00000000000006ff5b768322c7f0eaa07cf49d870968537a83894f5b3cd9a5cb 0.01 MB 18 37
178,140 178,140 00000000000003159b60c234e4b06f3561eb19e3e916f31e0f3d764432a761f3 0.01 MB 30 82
Previous 10 blocks ↓
Total Size: 769.00 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,616.84 GB sent, 92.83 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.