Memory Pool Memory Pool Refreshing

3,877 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,295 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,598 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,294 (847,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,572 60,572 000000000047a634a14984d114413098d49cdc07025458f43387e2dc4e71869a 0.00 MB 1 0
60,571 60,571 000000000b9b1ca562811db4461041c0640acb276c2b113a70b624fbf9e038a7 0.00 MB 3 0
60,570 60,570 00000000044526a4f2b46f059474c369709d0b06b73ea2d9e42efd7f733bace2 0.00 MB 1 0
60,569 60,569 0000000009273c650fe5b8ea02400e3a6aff8185ad56f26629afd6e1d8ff5dd9 0.00 MB 1 0
60,568 60,568 0000000005d388a5cd8d10f9de8b6909cea1fb3d2b5cd18c198b9b9e179896db 0.00 MB 1 0
60,567 60,567 000000000d6007c5a9109be7092a1478a99752fe876a479715ccb112e9b6b5de 0.00 MB 2 0
60,566 60,566 000000000a735fd8905183bdc046fe020b34ed21394137799a30e93b05e4ddfa 0.00 MB 4 0
60,565 60,565 000000000954091f23c24e01795dbf21c5a11c78f639e33108bc89f28a6bb5ac 0.00 MB 2 0
60,564 60,564 000000000a933f603ab09a5c880d64f66f995d038c3425f7526a8fc869c8634e 0.00 MB 5 0
60,563 60,563 0000000009dedbb6407a0dfaaf41e7cf5ae9d010cd176b2ca0e2760d42283259 0.00 MB 1 0
60,562 60,562 0000000003a3f7ccc1527987bfb2dfcaeb6977c3d09452e1fe552677878bb011 0.00 MB 2 0
60,561 60,561 000000000eb44d70632af7dcd511d58322fca353e1bda5114f97545efa15ce16 0.00 MB 2 0
60,560 60,560 00000000041821a75789eb41cd4e56085d5922743790f4b2df387cfc991a51a8 0.00 MB 1 0
60,559 60,559 000000000c9da63b12e2dcf9b326bfaf7e68ce4e6fa1061be196c5d1626f1966 0.00 MB 1 0
60,558 60,558 0000000004517681789579d4b4e54b53bbeec68e7dbdcc079a092c6c36911f99 0.00 MB 1 0
60,557 60,557 0000000008f244a8b340b888ee9591a8066104f10c94cdef18ba1e2c94fa50df 0.00 MB 1 0
60,556 60,556 0000000006b0867c78a034709b58a647db0cd615658cd79d40b7affeaf20ee08 0.00 MB 2 0
60,555 60,555 0000000002182ec1b31c88ba920af1610e5762f4ba7b58f3051fe6682646f488 0.00 MB 1 0
60,554 60,554 000000000ccca4c24d4afd858217dd329644eff959ce35c9fef0541f85e229db 0.00 MB 1 0
60,553 60,553 0000000006f2fbf0620fa02fb4d9fd4b1104f1d7f57493be3edc164c9636f412 0.00 MB 1 0
60,552 60,552 000000000609d6577a558a0e0894501fe5edd92933ec3e99c60541be15f1ab64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,692.52 GB sent, 98.36 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.