Memory Pool Memory Pool Refreshing

13,978 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,386 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (178,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,909 728,909 00000000000000000007c8c3f144f548605f51b0f7a9731040e95cba3f99c048 1.63 MB 1,563 6
728,908 728,908 0000000000000000000097ea0fe7cf77268c15c26302d5ce7af498bd07a8c492 1.43 MB 2,978 10
728,907 728,907 000000000000000000035b07ccf4335aac99887d0ccb9e4159508d9c50e98f5b 1.69 MB 1,642 10
728,906 728,906 00000000000000000008f7010c0a1df31c9c6292c583db7f69e490790bca1181 1.52 MB 2,742 15
728,905 728,905 0000000000000000000097e1dd5e1fcbd79262f9e24bcd80fd2e252156943447 1.46 MB 2,152 9
728,904 728,904 000000000000000000073c037dfb24a4d9ccb99e42797e06fdc266622a8f66ed 1.34 MB 1,547 5
728,903 728,903 00000000000000000000a41b0b86c57b3570983c1193961b7caeb22b4f9d46a6 1.51 MB 2,658 13
728,902 728,902 00000000000000000004bdfecf745ff4c4fc63a3ed1d8bcca4c134d58795f810 1.34 MB 1,771 8
728,901 728,901 000000000000000000028ef07c6ae4f951d8a3ebbadcbf1e23319102171f1bd6 1.49 MB 2,306 12
728,900 728,900 0000000000000000000966e945ff495a6f62eb9964b35de6ce6a40f6df56ccec 1.05 MB 1,886 6
728,899 728,899 000000000000000000029b81ab06d1f97bd5ab0cbe0a2da906cd0fd77689b94b 1.39 MB 1,575 13
728,898 728,898 00000000000000000001c9fb8c95af93b97efbc6c1595160631dc37c0e7681f4 0.46 MB 632 9
728,897 728,897 0000000000000000000310854d3807fb8d235c413693f9b70074e9bfa2cb418b 0.25 MB 403 9
728,896 728,896 000000000000000000087c570c81875192d1a3cdb1359bb06e3f476063310b65 0.73 MB 1,026 2
728,895 728,895 00000000000000000009256080a5a4499d359147da73eb4dcbc2c7158962eff4 1.24 MB 1,476 7
728,894 728,894 000000000000000000093ff50cc497864160fb015609745cf120f4838ed4178b 1.46 MB 2,645 16
728,893 728,893 00000000000000000000f7a8bd427f9c5c6a8897fc08ea4ac7bdabecd3c57840 0.02 MB 50 8
728,892 728,892 000000000000000000081e15f09c4deead0a5200186d106bd93849247f2e831e 0.30 MB 562 13
728,891 728,891 0000000000000000000807c00541cb64b436a7fbf9e90299b8564a3e1189f8a5 0.72 MB 1,043 9
728,890 728,890 000000000000000000066e0ab4154b2273059c179020b13b8fdf27592a2fe33a 0.33 MB 355 11
728,889 728,889 000000000000000000076e4470422f836792288dac1964dc56d23454d16c9b58 0.19 MB 425 10
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.