Memory Pool Memory Pool Refreshing

6,833 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,443 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (462,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,719 444,719 00000000000000000009c2d84ecef4fe617c7362f51d03398a26c9f2614dc347 1.00 MB 2,049 91
444,718 444,718 000000000000000003829c6a860fd9035d440ae10eb27dea567075090a08fb31 1.00 MB 2,072 68
444,717 444,717 0000000000000000002d31d39db215c7b97994d9c8bc2cbf41a9af74acf8aa5e 1.00 MB 2,519 94
444,716 444,716 00000000000000000087454e957af2dba7009e366c5fd88a9da40a439c2b5992 0.23 MB 505 60
444,715 444,715 000000000000000000a6ed37de489c202bd518884064e2d5de60be3dae6b05b8 0.15 MB 363 114
444,714 444,714 000000000000000000eb10df63f37e6df9b2762ed113083d024942b11e9f0677 1.00 MB 2,315 75
444,713 444,713 000000000000000001754c7343f623440f74af5cbe8afe11ce5ca863be43b3bb 1.00 MB 1,926 63
444,712 444,712 0000000000000000018847ca661f7fe9b20b26043f76f7fcd60b27b97114f9ee 1.00 MB 1,878 66
444,711 444,711 00000000000000000281ba38327a8b3cef093a8120f8050b9d1b746975b17e63 1.00 MB 2,193 84
444,710 444,710 000000000000000001ea6979010856115e6441138a4cb646ede1dbee446a2b12 1.00 MB 2,324 65
444,709 444,709 000000000000000000c15c24de5d9de468842d28dc94fa39b140cbdbc0ff0a85 1.00 MB 1,657 72
444,708 444,708 0000000000000000014f8ae2b5a4be7d34f141817a5f531c4eabd029edc95bc1 1.00 MB 2,930 109
444,707 444,707 000000000000000002cf8598630ed384e3b394a64c17c4af45dc874bcbffa6a6 0.02 MB 64 74
444,706 444,706 000000000000000000de17b5c6912258892bbeb324be661031285e464c7f370d 0.20 MB 334 40
444,705 444,705 000000000000000001af6e2933c220d3e0f661f05e15f9296ab1039a5f72233d 0.42 MB 906 62
444,704 444,704 00000000000000000005d935688a4037dcacf42c77ce0fa09ad86da44294e7a8 1.00 MB 2,363 85
444,703 444,703 000000000000000003564db8cc569f599be61232c6728e02720e83639c58149e 0.43 MB 982 73
444,702 444,702 0000000000000000016ecee3e869abf667d43bc6f1af35dcbef6091eddc26da8 0.93 MB 1,359 58
444,701 444,701 000000000000000001140600f66b43897a9d428100eb52f7afe727f580d3de04 0.99 MB 2,398 75
444,700 444,700 00000000000000000251e8315605208d57f71b6fa171fc675ae0bba08e41ea0d 0.97 MB 2,210 75
444,699 444,699 00000000000000000272b2614af2f81b66439d556a3fc0c55d0f082b19c1714a 0.61 MB 1,183 68
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.