Memory Pool Memory Pool Refreshing

17,913 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (462,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,305 445,305 0000000000000000019a49c044988d708b5fd0910301f8f94214ce02b8b9ac62 1.00 MB 2,412 93
445,304 445,304 000000000000000000c115ae1e0ed8fd50325039245627fd012964a9449edd08 1.00 MB 1,937 68
445,303 445,303 000000000000000001c8c04166dbd187a3eb40ad85021a83f03d3fe72f2664e7 1.00 MB 2,385 102
445,302 445,302 00000000000000000123a03ebe3cac73c4c9fb0ef41027127e38b4864d75881d 1.00 MB 2,658 77
445,301 445,301 0000000000000000021fd5073fb21a0f4ad48f98a70d5b66c518f9c41066732e 1.00 MB 1,778 78
445,300 445,300 0000000000000000033245c0bd104a80c2a7ed7e04330e034d4833f9928d18e7 1.00 MB 3,035 105
445,299 445,299 0000000000000000000c7699243543f412103a9a8834270ec4fadf77b6fa843e 1.00 MB 2,444 79
445,298 445,298 00000000000000000019aa3dcdceab24215651df241320d07eff962a44477411 1.00 MB 2,835 102
445,297 445,297 0000000000000000007ea835c22cd615ae71dbf66f57916b5cd44f33f69e9aec 0.43 MB 775 67
445,296 445,296 000000000000000001349f1a7883b0baea23c9d81707ab894289a9102d063b19 0.69 MB 1,397 65
445,295 445,295 000000000000000001dd2fcbf68a9dcb81aee9d7842cec052228263edc51de3b 1.00 MB 567 20
445,294 445,294 000000000000000002f36878360c1ff0f0847c924c696becb94e35a8b907c26f 0.60 MB 1,359 71
445,293 445,293 00000000000000000229e9c7cc03ff4f27d0f91b3a6e237b8b54b341b89384eb 1.00 MB 2,577 86
445,292 445,292 00000000000000000021b58b6ecbc48ae9a9999e7e502970d6dfc99624b7c596 1.00 MB 766 25
445,291 445,291 00000000000000000040deaa68b697ea43022a9b2f54dd9ee5bf1d06c242606e 1.00 MB 1,421 45
445,290 445,290 0000000000000000030fac4937f5f5cbde64c9caeb676a67acf4ddab48a42b78 0.05 MB 135 84
445,289 445,289 000000000000000000acde9515d151e25d048072060f354e2277cb4670cb2f65 1.00 MB 1,648 45
445,288 445,288 0000000000000000007114d0bd498e9c984009fe5c5f6f1ace1aa3b4a02c63d2 0.14 MB 313 68
445,287 445,287 0000000000000000000c69ac0f944b07d735ab5bfc0a96bbb8f42bdf3d12e584 0.32 MB 838 97
445,286 445,286 00000000000000000169877fd07dda9c107e0bef233a63b4098f103f4c892609 0.83 MB 2,073 77
445,285 445,285 00000000000000000019d89be93c636460f98cfe737f94cab5b4713322706f4e 0.17 MB 241 30
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.