Memory Pool Memory Pool Refreshing

5,944 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (530,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
377,578 377,578 000000000000000002367abbc706d90ccdf49b91f0b6cfdacb4e90906f884326 0.84 MB 1,866 40
377,577 377,577 000000000000000006e4e44512fb5b1d6e68752fef936b8ef816a7a2a68beb52 0.54 MB 767 23
377,576 377,576 000000000000000011ba0264c756ec62b72ae44b9c89e62e9491e75fea355c20 0.67 MB 1,668 36
377,575 377,575 00000000000000000c43ac8e6dee25348f9116c0ede3dd302fea324c1e8edbaa 0.28 MB 442 25
377,574 377,574 00000000000000000de254b68045c98951fdb212ce53e3f904c29129efcc2f37 0.07 MB 116 29
377,573 377,573 00000000000000000b7be661a4d788dfa3300307e0a252e29f71d426cbc93861 0.23 MB 389 28
377,572 377,572 000000000000000008ce619ae0ab70457462c25bb6ed024e5451af1e530d2108 0.58 MB 1,188 31
377,571 377,571 00000000000000000238060b442c92da529fdc87a5a7f2ef6300a205aa8ef1fe 0.48 MB 897 35
377,570 377,570 000000000000000007455d11bfa57da2059c81ae89afd957ea2b4175141c29b6 0.79 MB 1,364 32
377,569 377,569 00000000000000000db35f820b368f52cc7bb49d1dc597e5fd51d6c803366e8a 0.92 MB 659 16
377,568 377,568 000000000000000003df2f351abb1b6e30c00fcd96a970153c2d47621e4438e6 0.52 MB 853 19
377,567 377,567 00000000000000000d770fd98e2455c6ed86e34f810bf8e70e5533b984a95d0d 0.95 MB 1,124 24
377,566 377,566 00000000000000000aa1165f90e633000c3c09b2aa32b8327f09c9ca97535069 0.95 MB 2,580 51
377,565 377,565 000000000000000007dc297964768bc7d19b9da70a39db7c107dd166a447ab39 0.95 MB 1,604 35
377,564 377,564 00000000000000000231a2033f9c770b1a5ef7cf89ac82131c5d9f2fd4db90d8 0.43 MB 975 42
377,563 377,563 00000000000000001212d0b8e5f2feaf0177b6d5fe730bec56567a36b2d6c1cc 0.35 MB 616 28
377,562 377,562 0000000000000000043304d0714d0522da657822520c16824d0dbb08c0959b02 0.00 MB 1 0
377,561 377,561 000000000000000002e74199f125fba20928a0b657ea1eeb230c8d4360406247 0.24 MB 401 26
377,560 377,560 00000000000000000285f54ee3273a9622aa089d1cdaa3d381c8846ffae9df7f 0.28 MB 590 38
377,559 377,559 0000000000000000085b73ccbf493cd1a8781476931bdfef4cdf6d6b80abb346 0.40 MB 495 15
377,558 377,558 0000000000000000029f400851f40a74e705ce9aeb603b3779eb64e65726433e 0.93 MB 2,053 51
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.