Memory Pool Memory Pool Refreshing

11,546 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
907,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,118 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (680,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,463 227,463 00000000000000a34af37dd24985a92b9478c68ab0c38e0f56ea0594fd3f2eb2 0.15 MB 129 58
227,462 227,462 0000000000000358eb6289a48943b9a8ee01eb1905a081c3c9bbf19a8dc99665 0.26 MB 602 195
227,461 227,461 0000000000000347cb08fb86affb357bce55176a5b6e7e193fda6492d4ebcf9c 0.10 MB 215 167
227,460 227,460 00000000000002a07e76269bd817f5ebe0fc26b3f494f03ab742fdb75157dc3c 0.18 MB 257 138
227,459 227,459 00000000000002ff8d38bef3b9dc65d97783ab79d05c3db8f7b3c4a1baf8525a 0.15 MB 78 46
227,458 227,458 000000000000021d013fe27aa199d7d6e03f2ac26cee33c07fc2d7794dc12922 0.18 MB 151 88
227,457 227,457 000000000000016d4a12b2ff56b4c913c3a3d67bb3c6a884e4149f6c613711c2 0.47 MB 1,109 270
227,456 227,456 000000000000014991e997a6ff86f1847c2e22abaf6a5155c01cf64e8728240b 0.00 MB 9 169
227,455 227,455 0000000000000323fa0a16715131e13d87e30f4a448bf193ea075b996cc2039c 0.11 MB 277 119
227,454 227,454 00000000000001e1be7151903298c1e39161ff69fdebf5b028c6167ee05a1a96 0.23 MB 518 193
227,453 227,453 0000000000000115507d950faa8ce76b52dad60dff3d1122c54598ab22f403f1 0.03 MB 52 172
227,452 227,452 00000000000002e80a290aa7a0b1986a7bec88b1d6fb88ca3fa4276fea1993ab 0.10 MB 169 162
227,451 227,451 00000000000002e6273207b4a0d9e41b07362bf13e86df32d62b98d0cce16aee 0.24 MB 520 189
227,450 227,450 000000000000008a6d88091b0199e2c3ff25665ff326d0c51ed0d5046f714a09 0.24 MB 605 245
227,449 227,449 000000000000011f5e3af6fad878df79be8fd3b9f4b7ba383cfbf9b8fa232be8 0.19 MB 310 91
227,448 227,448 00000000000002d87df008b1b3d2b6beb201c974d1033935708712d2b44cf06e 0.01 MB 23 145
227,447 227,447 000000000000028a620a3626c1f0e0f2bd5a4296293949aab1258d4b186326bb 0.14 MB 256 164
227,446 227,446 000000000000008c768db49c043420e26b848c58662dd7fe790bd5126508e17e 0.18 MB 256 36
227,445 227,445 00000000000000baa74b33a77d948ef201cf291ad770889d18bf663eac6531d0 0.25 MB 609 225
227,444 227,444 000000000000019f367bf53c556f676fe79f7f64fc931b546c365495a68911d9 0.18 MB 357 178
227,443 227,443 0000000000000105d73b64b92d7960cbbb648ceea17c20ddc3679cd545677fa5 0.25 MB 615 214
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.13 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.