Memory Pool Memory Pool Refreshing

12,614 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,788 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (705,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,897 201,897 0000000000000098d1bfcc445f6cd0392c92c94d40b205fa85f2c66268257732 0.09 MB 211 287
201,896 201,896 000000000000049bb89f397d3ec832ea8b07eed93bc686ee2ac9a75d3c31ab3d 0.07 MB 75 177
201,895 201,895 0000000000000263fc5d7726010450462f95eb71c9c70763e311b8a9121d1f64 0.09 MB 196 152
201,894 201,894 000000000000010eea1e5b0dac45189e9abb898737015095f86b4753d98fe10e 0.01 MB 28 111
201,893 201,893 00000000000000e2c1476d646b65cbb99a3038da8ed53bc59a659027d0d3dd6c 0.06 MB 147 469
201,892 201,892 0000000000000568f6e74b112d7cc79ee6ff8516f128f743994eb03914c9e129 0.23 MB 523 182
201,891 201,891 00000000000002208773bb1f943bd00984d13b9c20a04ee7eebee744c0bb3701 0.01 MB 21 73
201,890 201,890 0000000000000172f0f8e59eb56e509c1ca5033ba8d9c22ffa56ff8872c1e955 0.01 MB 16 456
201,889 201,889 0000000000000217e5f10b630000c8879b6ed649182461794bb4c71ef5db5627 0.07 MB 133 132
201,888 201,888 000000000000033b658e99f4e5506ad471f149c8f6e94a54e38708b1bdacb826 0.04 MB 92 66
201,887 201,887 00000000000003a3343ea5488530ea756c047b98f8b5540e56ce6975aa2e34eb 0.01 MB 32 0
201,886 201,886 0000000000000356c4fe7e15912ee96dc8deecc9f4f26ecfe41b7a31b9463dd2 0.19 MB 332 313
201,885 201,885 000000000000022ca3c15d3f3fcc23a778a02dd396c0d77932b2c4997fde8426 0.02 MB 55 225
201,884 201,884 00000000000004296b61e946aa8037ad281f7b6022273984abe1351ead68b1a0 0.15 MB 349 245
201,883 201,883 0000000000000124874882328815cafd1a4e9ebf79f91a4e58ce58c2ca6730ab 0.16 MB 421 264
201,882 201,882 000000000000014b7c06dd03b6678e199d9e5a36e6f5c4c5bbe5956d3643bc8a 0.09 MB 224 248
201,881 201,881 000000000000031a226b2a78dbcb7f4b833f8a9f4ab33369d2e7fe044dde4059 0.14 MB 380 245
201,880 201,880 00000000000003b00ce94b7c432cd1252033cf401ebb120fbdd9ca72676be2b9 0.09 MB 254 240
201,879 201,879 00000000000003b7e62f0fbe6d53b9f86cd0df9dd09c4d36d4d2525b9511f916 0.09 MB 219 217
201,878 201,878 00000000000002e5208a147cd36303571c11592b836bc0d45001fcad4d37f80c 0.16 MB 474 266
201,877 201,877 00000000000001a75282a9ce862b63080a3d7497628bf78af2d12a1bb15be43e 0.24 MB 423 111
Previous 10 blocks ↓
Total Size: 768.93 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,612.74 GB sent, 92.48 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.