Memory Pool Memory Pool Refreshing

4,032 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,909 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (676,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,211 231,211 00000000000000ffd10e04cd336d683a59f3578fe2a9659c764e36525786a5a4 0.02 MB 28 100
231,210 231,210 000000000000017d506a8b28b776324f168a46a73cd3fa51348224106a377d8a 0.00 MB 1 0
231,209 231,209 00000000000000cc7428a81cb9098da6f3cac50fbacf662ad1b7e39f95872e9e 0.05 MB 55 84
231,208 231,208 000000000000008e70a380b60082472cfd9c51822a4cb99caab991d19781960c 0.25 MB 617 159
231,207 231,207 00000000000001bb7ca63ef5c6ec47dfdc6376456ed7cd5a3a182faac2e99a83 0.06 MB 135 114
231,206 231,206 000000000000019e9dd251232ed1221053966c7d3cbf6e5f56fe8f87294645f2 0.00 MB 5 242
231,205 231,205 0000000000000089109ac9160034443070bddb02532cb2d603bb8abe8cb08238 0.10 MB 212 164
231,204 231,204 00000000000001fac44ae9f3b5f9be6794eb01cc6af1a96c146f511456cdf3be 0.06 MB 156 184
231,203 231,203 000000000000003b24312750a3ae06167d37a939c15e7081b864daab759c7c64 0.07 MB 163 155
231,202 231,202 000000000000010c5778787164506ba6a78b61b40977d50d4116e290df31e74a 0.01 MB 32 225
231,201 231,201 00000000000001242e383d0dd97dff07224af3bed913259ce6c90e6ce848ef47 0.17 MB 276 101
231,200 231,200 00000000000001fd9b88ed7c0f4a88303151c5a6a01f8494de95c3299555e842 0.13 MB 316 189
231,199 231,199 000000000000011877cfd9d6ed62a10b2b0d6a3092aabea24ce9223c341e6e6b 0.38 MB 841 190
231,198 231,198 00000000000001a7c8f3b2da38c65afba078a12fe8e98998a0a54fd4e02df429 0.01 MB 18 135
231,197 231,197 00000000000000446b159163ff398c9cc05dc27394dc55a4bb8b371f0a868560 0.06 MB 144 180
231,196 231,196 00000000000000fd5fafe693d4f447d29e97c86d2fd96bea4a1b8b4ea4e8972d 0.15 MB 240 132
231,195 231,195 0000000000000068d4ead72f21d9e907c961e0cc5a58ccd5ce810c56fc05be9e 0.25 MB 583 158
231,194 231,194 00000000000000c6ecd0627bc4d77efce581e3820dae5eeee111b96e0b9753e4 0.18 MB 381 227
231,193 231,193 00000000000001f036243c42b3eb2371c9ba12e876fe62002933803c7c8891c8 0.11 MB 207 204
231,192 231,192 0000000000000138cd9797175e8fc310aee36daec039be4c185cbb61b757648d 0.01 MB 43 228
231,191 231,191 0000000000000099378377391546a554ed2a979eda4dea26f9cede3ce2215236 0.09 MB 197 175
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.