Memory Pool Memory Pool Refreshing

3,309 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,351 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (191,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,615 716,615 00000000000000000005a525fed0ec91d6a7ebfb71d5199d6f0427f5531550d5 1.44 MB 2,936 14
716,614 716,614 0000000000000000000365e583420480e5d9a3b50caea99440aec0defb5da8ba 0.79 MB 1,144 10
716,613 716,613 0000000000000000000351c5d8df0722a6f96ead71df52805288771d24fa7029 0.14 MB 324 14
716,612 716,612 00000000000000000006eab01500aa1cf1505d9b55fb64e41e4bfa04fdcaaae0 0.96 MB 1,615 12
716,611 716,611 0000000000000000000b2668596b9e3be2db8a1f93b8cc537a1152604ca95651 1.15 MB 1,891 11
716,610 716,610 000000000000000000082dbe777416c2aa7a54554af1e4893f5f6efccbb2478f 0.31 MB 396 13
716,609 716,609 000000000000000000062bebf1158098be49613722e21bdf3bc870c18125cb26 0.65 MB 1,051 14
716,608 716,608 00000000000000000000bb3583fa3d8d9fd6332364ca62fefbcd56d1d7912a64 0.54 MB 973 19
716,607 716,607 00000000000000000000827b0c8805e164da3e3061fff16c020209b7d5569060 0.00 MB 5 54
716,606 716,606 00000000000000000005bd3c5d5c6da98d2d4a12460bfe8e2da6c1cc0ad090ce 0.05 MB 123 29
716,605 716,605 0000000000000000000aa5bba90cc9c90a6a18b8a2160c6d2c0d5045c981b21a 0.28 MB 674 27
716,604 716,604 000000000000000000090759121a6def30d18f2ccaad989877e34655a6013325 0.74 MB 997 19
716,603 716,603 000000000000000000072ba79db2b57c4efa08f11f1d8fbc306280d0ec70656e 0.42 MB 851 17
716,602 716,602 00000000000000000003e9f054f5c6f3f71e11b790fe1cfa26fb91a4b6b254b3 0.21 MB 448 18
716,601 716,601 000000000000000000020f5e0c167fa9d817a16cb6c334e41b223982a6c745ce 0.87 MB 1,135 13
716,600 716,600 00000000000000000001fa03c2ad182a401c03c42f3e529fb4f66c867824c0bf 1.50 MB 1,466 16
716,599 716,599 0000000000000000000288bb2cdbd907a32fdff4b8d9dbc154204acc347fedec 1.43 MB 962 12
716,598 716,598 00000000000000000000663310574194d510289c27dc81350f7ca190809d3608 0.53 MB 902 11
716,597 716,597 0000000000000000000b0b1185a3c449d1aa4b40e55dca709c3bbb4dea7304b9 0.24 MB 474 13
716,596 716,596 0000000000000000000a2d7dc3cacaa441d89dc347629cea52ee2116e60ddb91 1.55 MB 2,529 12
716,595 716,595 00000000000000000006372023ca771841c9643843a0be1d3bc5c36abef78c8a 0.14 MB 160 14
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.26 GB sent, 94.22 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.