Memory Pool Memory Pool Refreshing

472 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (870,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,154 38,154 000000001c88294b552aeae8b09aaac4653701e0444856d642672a962c2ea357 0.00 MB 1 0
38,153 38,153 0000000093aa414ecc85929c4b4c8b3a30b3cebccb3fe11351b30e3da47653ac 0.00 MB 1 0
38,152 38,152 0000000005353021bd824dc082671e1b1866c897bc637cada8265983f871a86c 0.00 MB 1 0
38,151 38,151 00000000b572c880aa038f0690a1ebee5b960e45f63910db9f21c40e020241b3 0.00 MB 1 0
38,150 38,150 0000000087ebd5f1e553acc821d2398ec66055a5ef0dca45eebdd034a65c3acb 0.00 MB 1 0
38,149 38,149 00000000012373602c7244ad4c5655a267924908affe9befb5630031391264b9 0.00 MB 1 0
38,148 38,148 000000007dc8211e52d4fe4470d9492fe8bd4b6b49a1dd2eaedfe82f998f7d3f 0.00 MB 1 0
38,147 38,147 0000000038782ef346a02faaa4579ad71be534887a7cbcf4fca6875f45f4c5e0 0.00 MB 1 0
38,146 38,146 000000004b5c008077d78815213dc2e18199e71848ef20108d51817358e2ee28 0.00 MB 1 0
38,145 38,145 00000000b465f4fb50ea36d6761ab79a4aa15f839e4bd0fa8bede0b892807f1b 0.00 MB 1 0
38,144 38,144 000000001060073ff5a5483701d8a642951ba627e8e2ef189be97c3e958263f3 0.00 MB 1 0
38,143 38,143 00000000062bde81fc4cfc57164f4042f6ef995a1df8de8e5817e9076a964cb7 0.00 MB 1 0
38,142 38,142 000000009c24b1fb9215561fc21a60505454326362707244554a0bec8ded63e6 0.00 MB 1 0
38,141 38,141 00000000bd9a0e3e3cb7774123ec140a4a69d78b4c16834cee973a8b59cb7bdd 0.00 MB 1 0
38,140 38,140 00000000a37c396785fffda631f0cc150cf2d7eab948261406c505898b9c5997 0.00 MB 1 0
38,139 38,139 00000000b420cb04b02f319edfcf097c1cd62cbc946490583f4a12ce002e5924 0.00 MB 1 0
38,138 38,138 000000008bb7aca62707f7f5f955b4397952d4dae31762d10063439d52078a83 0.00 MB 1 0
38,137 38,137 00000000697f9ee79658e70163f6e4e48df448dffece6078dec5a9f805711961 0.00 MB 1 0
38,136 38,136 000000002dfede9d2db2604a7873073709d8399d3804c5d9fe18811d4d24eb1d 0.00 MB 1 0
38,135 38,135 000000004abfa9672b9e81100d2157dca3c19700e9170fa2870dfacaa142ac2a 0.00 MB 1 0
38,134 38,134 000000008fd104c96b42385af7dffec89e45cdd62774a8b8e74e4914a82de438 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.52 GB sent, 101.03 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.