Memory Pool Memory Pool Refreshing

903 transactions
0.21 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.20 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (836,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,042 72,042 00000000006fb4fc574877c88e47c8d5923172675f509a0334a86e35a76533bf 0.00 MB 4 0
72,041 72,041 0000000000110f1b38dbfab749cccdced3188412467351991462ba76fbc579d3 0.00 MB 2 0
72,040 72,040 0000000000213624504405878761f6b3e34dd52fc61b629a4c5bf1cc99635575 0.00 MB 1 0
72,039 72,039 0000000000fdad0d059eb1df494bb5e3d14e43d44bcacfce1a54b9639d348190 0.00 MB 1 0
72,038 72,038 00000000007d0b63089dc361a0af78ed78d8819fec782071c7de7026e80b6f2f 0.00 MB 5 0
72,037 72,037 0000000000478622b39e210053e6a14656c6fe13817dcff54c9374d2763e7243 0.00 MB 2 0
72,036 72,036 0000000000716137b71cba6db9e83cf60a75bb72ca4a53fd9bccb6bf89018d90 0.00 MB 20 0
72,035 72,035 000000000007230c02192ddf127262dcf3b79aaf871e738e9cbf4813be61fe77 0.01 MB 21 0
72,034 72,034 00000000006eb4cad6869ee939de67bdd42159b8d3c389fdee44d58ec8a45874 0.00 MB 1 0
72,033 72,033 00000000006e043cce064b308d9bfabaa0396ddcb5c27e1ea085b569eac83e19 0.00 MB 1 0
72,032 72,032 0000000000f38a9de987d75414e3dce89b3fbede411dca2a6bbce7ebfb83c3b7 0.00 MB 2 0
72,031 72,031 000000000060e54ea31661266e1fc5730f004c1329351b0016116ab2cfefda19 0.00 MB 1 0
72,030 72,030 00000000000455a6bcf4b923a21e73a973972e77e2d73849e0a8a261a9d65fe5 0.00 MB 1 0
72,029 72,029 0000000000f484896a929bd679cce50d632ad13f7b044e6490a12eabf3f40168 0.00 MB 1 0
72,028 72,028 000000000026ddedb53f1d694d8aaa23d3ad7f23dd9179144bbaef25a91cd4f7 0.00 MB 1 0
72,027 72,027 0000000000c90addeb6cd06827709f6a8e4a116c084f3b89390ddb22ea6f2fc5 0.00 MB 1 0
72,026 72,026 00000000001197163118d4a0475ab41917867d097694aac813cf5ba561d39b2d 0.00 MB 1 0
72,025 72,025 0000000000658f7c66d182a61b7eab47c697f6c64ee54fed2dff67b22851e75b 0.00 MB 2 0
72,024 72,024 00000000006ce32e8d4a553a5bcaca393ebf374c6d567ba4da5d8a94a0f513d3 0.00 MB 1 0
72,023 72,023 0000000000f7fbc27e5a3eaf3fc46ebbc81fa011f5ba4e2b006ea1a7c53dc241 0.00 MB 2 0
72,022 72,022 0000000000f0786ba4ae5566c81e38ac9e457ac7db1a0eecb60eea4ad5a7aae2 0.00 MB 2 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: 11 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.