Memory Pool Memory Pool Refreshing

7,405 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,844 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (595,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,585 312,585 00000000000000002d442d0f6205551705f1f5c02961b06a6047dde6c8f2696e 0.25 MB 393 23
312,584 312,584 000000000000000002f1bddb9b3a9ae1c92bc2616fff959815885b647263746e 0.35 MB 467 22
312,583 312,583 00000000000000001b558154db50761d80d3b5b402eb7aae6e8fe46e02694e06 0.02 MB 50 35
312,582 312,582 000000000000000018944712311d840bb5467933dcee71a5a70001bdfdf2e753 0.20 MB 392 25
312,581 312,581 00000000000000003748b063501309f63ec6399d97d78976a4e59b4622707796 0.28 MB 149 14
312,580 312,580 00000000000000003550417380fbb1876d2b57a936e6be9f0f995e15d5d578e2 0.92 MB 1,542 26
312,579 312,579 0000000000000000261aee9b4b7149d8f663a6e933602791d622bbdb360c8090 0.35 MB 1,003 42
312,578 312,578 0000000000000000390a5d3a745c6d91dd1ac64a3f7c765e4ce14c76547a347e 0.04 MB 128 43
312,577 312,577 0000000000000000154bfd340222d88f0fc92067f601e324e71de3a465dd0e78 0.38 MB 680 26
312,576 312,576 000000000000000012176cb7daa5ccc885d6dd8b142ad92365542a70ec60cef9 0.27 MB 312 18
312,575 312,575 00000000000000001e03bfc5251b950a87b4263bc940e0bff8a93003f9a208ff 0.04 MB 78 28
312,574 312,574 0000000000000000325f3c714375866d9483a139dd1cdefcd806052d8b9b9d9b 0.66 MB 1,382 30
312,573 312,573 0000000000000000226066b32147a43db45756b5303571d311f29cd77b2dee91 0.09 MB 256 35
312,572 312,572 00000000000000003122d73667fcd21e42daf06833805408c024e0ed4d0f2c5c 0.16 MB 291 15
312,571 312,571 00000000000000000304a2fdfd722dec227bed46a6f4e1acf4161a612200f2d9 0.11 MB 117 18
312,570 312,570 00000000000000000435332d8f4070d73b4b4ba9077dc4a851eb8b70ed8310f8 1.00 MB 2,332 34
312,569 312,569 0000000000000000093ae996427c61eb8f03fbb0d1bf613fb4f2399cc4aba5d4 0.47 MB 844 26
312,568 312,568 000000000000000027a539c0c476490b73844f3ce55e7c59de64129bdaf7c030 0.28 MB 510 25
312,567 312,567 00000000000000000c9ab5b6464e16db548a653219f35e961d4149aa3840beea 0.21 MB 488 28
312,566 312,566 00000000000000002af124f8a18853f092b0f3ae0b2f5f27630bf0f25fcafee1 0.13 MB 233 21
312,565 312,565 00000000000000000e344e09849874578e2a87666d21a712094ef2b3580281ef 0.18 MB 386 28
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,624.85 GB sent, 93.01 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.