Memory Pool Memory Pool Refreshing

2,159 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,852 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,137 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (421,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,579 486,579 000000000000000000d8214290d208fc18121d1ecff4d12defd70af97711e0e6 0.08 MB 149 58
486,578 486,578 0000000000000000009fe815855fcd3ecbe12b97f56c6b5453e5e2908dce23ef 0.46 MB 923 83
486,577 486,577 0000000000000000007a126f714fc368617812e01a56da895c5a42339827b92e 0.85 MB 1,366 163
486,576 486,576 0000000000000000004c8b6e71cf38a50c934116896f4e09808ad8af6f863b76 0.08 MB 180 82
486,575 486,575 0000000000000000000541abce378e49488abd794db03e8971273583dab5f10c 0.93 MB 1,887 71
486,574 486,574 0000000000000000007aac4e6df20a5b441e9b2d680a6197d36441767f915703 0.01 MB 28 628
486,573 486,573 000000000000000000b8a9c6312639111c78ba172016eb17b34c9caa679afb43 0.89 MB 1,939 105
486,572 486,572 000000000000000000e1d0e97dcfe2ddabef71e698454bce5c986b0f690e6cf3 0.96 MB 1,868 89
486,571 486,571 000000000000000000a0fe59e55180e55945fa02d8ea7fc3f1d9d12ce57f79a0 0.92 MB 2,066 84
486,570 486,570 0000000000000000004c2dc037d2449854878e1f226e31fe11ef842b497623c3 1.03 MB 2,246 120
486,569 486,569 0000000000000000009b122b1b7fea035cb5265b834c09e19c9b1527c3aae39d 0.15 MB 329 114
486,568 486,568 000000000000000000a4a8f850a872ee6c348084d4a80906bb0281b9fa01e87f 0.08 MB 188 108
486,567 486,567 000000000000000000b68d43273da782fca3fe8efff0da4c6e32f25a40045701 0.77 MB 1,838 86
486,566 486,566 000000000000000000d3a6b8d5ecce5922ffd5c5c46643b3fa16b1bd4e59d5f5 0.28 MB 627 83
486,565 486,565 000000000000000000792b2226646ac14a6fce7e8e70404ebe6fd5db1a36cf24 0.66 MB 815 71
486,564 486,564 000000000000000000e843f91a1299c723961030d70b57bd36c4e96ed74a10cb 0.14 MB 321 135
486,563 486,563 0000000000000000008fabe2278300033aa791af6955d4be0f7460dae272cdcd 0.73 MB 426 48
486,562 486,562 0000000000000000002733e9f5a15a5e58ee81e900f08c7816bf7aa2ad69e6d3 0.38 MB 294 55
486,561 486,561 000000000000000000adb989ce3a6512d3ee81213820fa42d6acad7fb9543508 0.80 MB 637 40
486,560 486,560 000000000000000000ec9deacd6fc0a72a54141f3c1487de4bb5b4f8eab6ce9b 1.00 MB 1,766 92
486,559 486,559 000000000000000000bd7e36f70ba9a81ada3287c88f6636b419e3ac81bee8a7 0.29 MB 634 115
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.