Memory Pool Memory Pool Refreshing

3,498 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (569,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,761 338,761 000000000000000003801354fbfaaf74f647ebc0dd4b787ad7c63eafbabc0a57 0.17 MB 311 24
338,760 338,760 0000000000000000009444b0ba63c1da596fc8a1718b488102466f85ba88a32d 0.53 MB 571 17
338,759 338,759 000000000000000003e7db83ddaf6c7242ca3d05111f0afbcb782787bf6d756e 0.23 MB 646 38
338,758 338,758 0000000000000000150ac73d118cb08dffdb07fe8b61cd3b6df03f460ff739d0 0.28 MB 506 22
338,757 338,757 0000000000000000177a9fb51c1f0ac47d7cc2f9e0789720e4638cd038b2da14 0.10 MB 137 13
338,756 338,756 0000000000000000006b19c449e69b7b1852bc9c82f2dcb80c96b3ad3260fe3f 0.47 MB 693 23
338,755 338,755 00000000000000001174690a0104bda13de9ef74ed4a86d800b1f00adca6756b 0.35 MB 727 33
338,754 338,754 00000000000000000394cd053d4aee75a4ef51e7605a28caa27f43667ba8a725 0.35 MB 545 20
338,753 338,753 0000000000000000180f06addeca5a8399ab106aa5a317417bc958c6cb83a775 0.12 MB 221 17
338,752 338,752 000000000000000013c24e10efaddf156be5f6d6d58a374ff7db775fac8233f4 0.40 MB 528 14
338,751 338,751 0000000000000000023c95cd53091458c2eb3685696eefb43ef69233a7bbf4dc 0.50 MB 793 24
338,750 338,750 000000000000000013b911cbe2886f2c6adee22453318542ced115651e1fd095 0.75 MB 1,465 29
338,749 338,749 00000000000000001538e87c019ae75d27236405b748a0f109e22b2f43c72830 0.75 MB 1,163 23
338,748 338,748 0000000000000000012ddc247c67484ec0073402f8dcdf5ed5cc69488f20d405 0.11 MB 256 24
338,747 338,747 0000000000000000038e545a01135adeb923711b8842cfebe59423fe62a2c6ab 0.33 MB 603 24
338,746 338,746 00000000000000001765e1ee69a38b5eedb8f4c64dce028cdfe9b7b66a869dba 0.06 MB 32 19
338,745 338,745 0000000000000000005823cd0d5c624131c01115c1bcb1a0ef3f6a7677f1f49a 0.75 MB 1,319 23
338,744 338,744 0000000000000000050c6cd47623a057a1fd86e13cd7791be88fdb9aa6990d93 0.27 MB 488 21
338,743 338,743 00000000000000001401bb5163cd6cccfbcf1a143323a149f98d8b5484ce3079 0.29 MB 365 21
338,742 338,742 00000000000000000dd52ab102eecec57675224b124d71303eacf0c1d09e7582 0.32 MB 346 21
338,741 338,741 000000000000000017120cf5e5c760a61b0966a842c76ec32c53cf9d38354b60 0.15 MB 249 10
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.