Memory Pool Memory Pool Refreshing

8,153 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (587,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,225 320,225 00000000000000000f5cb89a1fc0e9bed40457e9ad0852a1aac0efac8959c289 0.41 MB 685 25
320,224 320,224 00000000000000000e1e31265192696390355b48d4ddb2d55a3768c5c6e64473 0.28 MB 404 23
320,223 320,223 0000000000000000055f22f7f18ecde84d43a73a5c2c8c77d262e31da7de06bb 0.05 MB 97 25
320,222 320,222 0000000000000000072224b2a750db93019640b47b60f040e7bd5beffbc9cb8d 0.36 MB 703 29
320,221 320,221 000000000000000018df7bfe1a1d66f4a001059666339a3852cbce5fa3c13053 0.24 MB 426 24
320,220 320,220 0000000000000000272f0b0e64736929738fa7ea9683c1e2e03668ed80223203 0.46 MB 856 30
320,219 320,219 00000000000000000408aa23e5852189b5278f870ea002ceae6c0d3d6d7b28e1 0.15 MB 142 19
320,218 320,218 000000000000000008f2f9d7d62e74a4add024291e36a9cf73f6dca95170e85e 0.12 MB 253 28
320,217 320,217 000000000000000013fb89b9e88453ca8eb91cf7c8158daecd85cc5288b9f1f9 0.29 MB 505 29
320,216 320,216 0000000000000000240bd8f44cc94a7be5c0e26ff13ba156c7e1f2afde1a5657 0.09 MB 167 25
320,215 320,215 000000000000000012d5c45fff2b637a11d814fc8ff86050f0865dadf77c5d74 0.29 MB 605 29
320,214 320,214 00000000000000000aed8e875f8cf8fde94d3cd22f5102009bd226d7b63b62cd 0.05 MB 128 51
320,213 320,213 0000000000000000240431cbb4ecab042927377e496a4c3848b517aad217de3b 0.33 MB 558 27
320,212 320,212 00000000000000000bb1aefec091c3d1f55280242dd0abaf9a1f17199cdde4fe 0.23 MB 512 35
320,211 320,211 000000000000000003534701a62cbff373e0d5ddda5cc6f8bed5fd8d60bbfe26 0.12 MB 252 31
320,210 320,210 0000000000000000174f8f54e0ccbaa61c38f7934bd8077a6e2e40b1ef69c48c 0.05 MB 85 22
320,209 320,209 00000000000000001d585e93ebdb54072aa4fe4d344665d2407a73dc8b84c9bc 0.12 MB 285 35
320,208 320,208 00000000000000001af0d44d74bd7d453cb73a4f69582d67478f0ba3a16a5662 0.28 MB 417 23
320,207 320,207 00000000000000001b490b6477ffe815bf699b656dc2c1468b4e453eca75e920 0.06 MB 80 21
320,206 320,206 000000000000000005ccf6c3f6db9e05c120b00b7837201c2dc59b50b82f5571 0.02 MB 62 31
320,205 320,205 00000000000000002167190b8a148946feb5e3c3f6c5b9f762427b8e5a1ddd3c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.14 GB sent, 93.02 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.