Memory Pool Memory Pool Refreshing

7,482 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (743,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,572 164,572 000000000000029959d7e3a0e0b9182bc7b97ea5270c3fadd008a75932a48ec9 0.02 MB 69 164
164,571 164,571 00000000000008fc06f27c258c919fb3379586976c1ae7b17cf00dba7dd74e9a 0.05 MB 107 122
164,570 164,570 00000000000002d5f4f5e833c487ded8d261a97f5cfc46623cc6e91679baa07f 0.05 MB 100 257
164,569 164,569 000000000000042dcd7c73c98e926524447c1e157c33d15c2f69bab93f1db3fb 0.00 MB 12 188
164,568 164,568 00000000000006f2e0964d9a6929411d442b144fa858c2b46d3ebe394f3de6c9 0.01 MB 28 48
164,567 164,567 00000000000003d9cc39c7354217647fa17782a0c5d96fa6c37e8ef10fb407a8 0.04 MB 116 217
164,566 164,566 00000000000006f8877527bbfdedd3e2b996e53ffb11d03bceea2f955d9d0c60 0.01 MB 14 93
164,565 164,565 00000000000006c6fb6d210404582926c4bc77227b3c3db89dba520624981222 0.01 MB 12 54
164,564 164,564 0000000000000005ff0566a834af036cbf0d57d0694864a925bb46108ddbfe61 0.02 MB 36 98
164,563 164,563 0000000000000341bff2298b10a093dfdd2455b8a30f5a6c3986d55b0fc4a1c3 0.01 MB 36 21
164,562 164,562 00000000000008242d5ee1bbf0b173344b978df7170c994ab126101a24ebe6e5 0.01 MB 38 129
164,561 164,561 00000000000002b127d741f0bd6bf4149d2cd433ecec2551cbfb5a22a5ef388e 0.00 MB 14 49
164,560 164,560 00000000000001e7dfdc2a13b69b8b9d314330b5cdc77507e6ed3b12ed2a597a 0.00 MB 10 83
164,559 164,559 00000000000002872e6d64da104df826a51383ae6f469b1094e421ca39a681c5 0.01 MB 11 54
164,558 164,558 0000000000000637d7ec90acdc9c621d4db68f33d2af5e823c2bcab37f66370a 0.02 MB 43 78
164,557 164,557 00000000000007afa61fb756c57eb0b29511ea2674ca7f6c0325064846c2a946 0.00 MB 10 0
164,556 164,556 000000000000070eb71b09096d70172b01bcaf2cb3762d30dce116a73a2ec22a 0.02 MB 35 154
164,555 164,555 0000000000000b43bb41617abd58a9b5ac78e8c30ea728503648f89f4b502625 0.00 MB 10 85
164,554 164,554 0000000000000891b164d5fd53d5ef329615cf65267dac48a1e786bccf3be298 0.02 MB 44 3,342
164,553 164,553 00000000000009d6bd8fe2cbb0aa7ad99d3032569fd69e7d72d7629d8136e063 0.01 MB 9 16
164,552 164,552 00000000000006f7c7db06db23d80d6763a25c12b89c8e98920b540f0b21c799 0.02 MB 32 3,294
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.