Memory Pool Memory Pool Refreshing

8,838 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,812 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (572,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,478 335,478 00000000000000000197fbf21f2aeac4ec20474323b16d1d27c2ff08b1db1155 0.69 MB 857 19
335,477 335,477 000000000000000010dd319711116d25b81a4e2e27cc62003c23942e7b5ec1cb 0.50 MB 860 25
335,476 335,476 00000000000000000afe5cb60562c1ea194879fcaa210cc8fca8a1bebe5397d8 0.75 MB 1,305 26
335,475 335,475 00000000000000001939681fbe74fd00b4983f430a51aefe26719bb8b88280cd 0.28 MB 348 18
335,474 335,474 000000000000000002f1e1469ade135e3f72d53bdfd3c98582a22dd87dfcc889 0.09 MB 256 43
335,473 335,473 0000000000000000063d840f2073c20526d2d2df3399cc98ad2f48e4b6e25646 0.32 MB 573 24
335,472 335,472 000000000000000009b295bc729be5e6d808c0788d340f006ae12511beccc59a 0.64 MB 718 16
335,471 335,471 00000000000000000df8a3a3c525f78c4fc1f239b2d6f61d2f64bd5b24255484 0.15 MB 512 43
335,470 335,470 000000000000000019031d7b496421a5a3259e43898bbd574839159367a1fe93 0.23 MB 80 5
335,469 335,469 00000000000000001428b9ffea6232090481609fd81c2f2f8ccb77bff87bf8af 0.19 MB 292 29
335,468 335,468 0000000000000000187a74f2e7d29e76d320fd1cb2bb9bcfb406c62f6126a7bb 0.10 MB 173 27
335,467 335,467 000000000000000007b5125a310166a968dc4aeeccd058d0529977f8996f458a 0.21 MB 438 18
335,466 335,466 000000000000000003c8e8e7947c5578c8aebba3e87d622ac9295e7593061526 0.34 MB 479 22
335,465 335,465 00000000000000000e1f5c814ee1b29842d029f7a969ce490cae5d4ca4f86d94 0.75 MB 568 15
335,464 335,464 000000000000000016c859e3089ece015c0955dca3d1ebaacee9fe9f1b5de942 1.00 MB 2,276 29
335,463 335,463 000000000000000011c67df9c8e4f15a03479866191e96cd72676a56814d0e2c 0.45 MB 551 19
335,462 335,462 000000000000000016fda0818c06c9422a3614299865243a4dcb990c21c212e1 0.50 MB 1,331 33
335,461 335,461 0000000000000000041e219960f3cc85ac1d3b90e110f07a38838c8535f5bf4e 0.15 MB 302 25
335,460 335,460 00000000000000001affdf01a8d6a07c8e6e9eba573b89738072be165f39a176 0.03 MB 64 12
335,459 335,459 000000000000000007a0d46a9ea934e748e2ee5496131a5301f57b09be770e29 0.11 MB 95 9
335,458 335,458 00000000000000000deb9ef80e3fa49d1ef6e51d276088bf8ba4891a110c6d3c 0.59 MB 774 22
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.