Memory Pool Memory Pool Refreshing

9,795 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,577 (881,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,178 27,178 0000000096df4590bffe8a99f03f677a5bc734edc658a801b397467126be4a56 0.00 MB 1 0
27,177 27,177 000000002d3db7f447ea1b8ea5d6d00f5da469ec33c60c61864c4838edb97fd2 0.00 MB 1 0
27,176 27,176 00000000cd4cb74acafe714ae227c3c0c5b5ce977b669950147383137f6c0d7d 0.00 MB 1 0
27,175 27,175 000000003fe1660cf8e1eb27ff1a92ec799e4db11c09fbea0ba63b907715423e 0.00 MB 1 0
27,174 27,174 0000000040e987de622bda107653161f3d659444f82f344d4f9bc63c68bc9e3e 0.00 MB 1 0
27,173 27,173 000000000372e5ce06fd6c18f70b97a9de8834f281f80088a7e35db66b967aa3 0.00 MB 1 0
27,172 27,172 00000000ba160232c2e3e281dda640f8fcaf10e52474c335d77dd7de658f3c3b 0.00 MB 1 0
27,171 27,171 000000003e07e850abb3d0613198202643cbe83fff175113b5c344d9a9101661 0.00 MB 1 0
27,170 27,170 0000000026f47ad58cd23e1a2c1b3f49bd0aff014eefb888e1ba7f89600bb4c0 0.00 MB 1 0
27,169 27,169 00000000b9711fa0f59a1268e140978cc3db4fe297dd5285018e09b13da98f8c 0.00 MB 1 0
27,168 27,168 0000000098d8175822d6e33ff5587b12b4be5a414927ec22d437d2367d60a170 0.00 MB 1 0
27,167 27,167 00000000a6c8e9a6d7d9e462f413fc7e991771d3e6f96f2d017c7bc549f5c2b5 0.00 MB 1 0
27,166 27,166 0000000081101cfd2baf8c59d3f3e2fc7facbd0b4d616ef3470049fd5bfaf401 0.00 MB 1 0
27,165 27,165 000000009e8f86512b63e97a25f240c7ff01ad2269763a8bdba150df02094079 0.00 MB 1 0
27,164 27,164 00000000aac327552d2d78722164cea9153d6c992b12b193b4e7101344083c4d 0.00 MB 1 0
27,163 27,163 000000001492ec7579c13c0b3e7164066dceb6fcaa73f9b7cb7dd5319cc7f587 0.00 MB 1 0
27,162 27,162 000000008a4f1198546589694ba77a3c3c7768200c1ab176ac32323fae091774 0.00 MB 1 0
27,161 27,161 00000000f6ea4208f190b7085002a6b5932eabd70fc32417a02af6862c57ea22 0.00 MB 1 0
27,160 27,160 0000000041abc14766fbeb30c88327742a7aa56297539e58654fca1285fbaa71 0.00 MB 1 0
27,159 27,159 00000000ddc089a32ec8dc069c681464a74e3529ad579b05418ef04b65b95f31 0.00 MB 1 0
27,158 27,158 00000000c6143e7e383801b1ef893b29fc10f1b04b83aad3c9dea8643bdc94da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.85 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.