Memory Pool Memory Pool Refreshing

5,232 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,012 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (4,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,988 902,988 000000000000000000022fd93d5f7333ddf416b1aaea04db52af6edba7240fc0 1.49 MB 2,414 3
902,987 902,987 0000000000000000000201b32396ac3b005ccd4ac17da2f328d635494ac61aa2 1.74 MB 2,926 4
902,986 902,986 00000000000000000001f544595c265f5bec9ad1baebfb1109019a6d7e636097 1.66 MB 3,517 5
902,985 902,985 00000000000000000000f43922120452a5b70cd4881a51d4f51ea32fc7ea7037 1.69 MB 3,379 4
902,984 902,984 0000000000000000000232a8a5944560a5b645cd6089183e134f24e73bd8e78b 1.81 MB 4,361 1
902,983 902,983 00000000000000000001de0942c32871873877feb49a2733852d9306bae6dd38 1.68 MB 1,528 1
902,982 902,982 00000000000000000001961050927b2c6615f0d5b99689481daec383af6847eb 1.71 MB 3,052 3
902,981 902,981 00000000000000000000f288481b6e48828417a94bef151f394f19a8d5c93e40 1.61 MB 3,642 5
902,980 902,980 00000000000000000001f0fdb77f1d9192c725bf3e73b296faad1b7f60ed2f05 1.52 MB 3,991 5
902,979 902,979 000000000000000000017cb7c12a2b0f1518eed6f30a8942a9b86e16d0897867 1.46 MB 2,961 4
902,978 902,978 00000000000000000001f1f5bff4ef3833606525a13c49e155750916916ee2e2 1.70 MB 1,958 3
902,977 902,977 0000000000000000000034fa307dc56ffcb9c366705b81bc56dec75c407c417b 1.69 MB 2,583 3
902,976 902,976 000000000000000000021d4891347db80109e4eec48dfd57ac7e99ea170998b0 1.64 MB 3,517 6
902,975 902,975 000000000000000000000752adc9d38f32cb7af9f81a9668e4565ee5b463efd3 1.59 MB 3,936 5
902,974 902,974 000000000000000000016212146337c5218115696bd2ce5fbf703fb2278db16b 1.56 MB 4,041 4
902,973 902,973 000000000000000000013d30b77e2ac6c20c04167a8e239a75fe4ba277ae9e71 1.51 MB 3,888 7
902,972 902,972 00000000000000000001943ba7c95a3ff73634aa3d811b5e472855f5d48b66a5 1.66 MB 2,692 3
902,971 902,971 0000000000000000000044f2db262b6b5e336ead8768f6f15919e9b1d0ec0324 1.61 MB 2,389 3
902,970 902,970 00000000000000000000d32fef66e7c318577bed06d123393c482d14ea85180e 1.59 MB 3,833 6
902,969 902,969 0000000000000000000000beeddbec98b74ba7ef3b2ca2e0f20c5a876b11885f 1.67 MB 3,465 4
902,968 902,968 00000000000000000001f87ce2373465bc7d81cd25c3ad8fdda398f76bab68af 1.57 MB 3,730 5
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.91 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.