Memory Pool Memory Pool Refreshing

10,715 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,175 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (218,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,094 689,094 0000000000000000000a70a022d2ac6f79a3eabe9545bd3b9460bb88f57fce89 1.24 MB 1,706 70
689,093 689,093 0000000000000000000cb9f53ab0f8a6127e84b5ff07a15693f34506bd1c657b 1.52 MB 2,144 27
689,092 689,092 00000000000000000006ccaf2115073bc232661d90a29019a4dabd0b40199253 1.37 MB 2,466 54
689,091 689,091 00000000000000000005f3ab5c81b4dccb1c975bbb3723bab3bdc4662a8e85df 1.43 MB 3,077 37
689,090 689,090 0000000000000000000714be23ae0b7e893b467a7779699169586f93d562fd3a 1.58 MB 1,702 11
689,089 689,089 000000000000000000038d3c8f1d8df9c6947bb3dbe24bb09a061b03ec63d85e 1.65 MB 1,218 13
689,088 689,088 00000000000000000003be3be6f746c4f2bfa0a0096895fffbbce5bd669c39d8 1.47 MB 1,839 33
689,087 689,087 000000000000000000057383789e5d1513ec834dff861f59561d048d523c2278 1.40 MB 2,603 40
689,086 689,086 0000000000000000000d410c9f2f266b96f22ea1e532fdb2bbfacdcea6273175 1.46 MB 2,322 41
689,085 689,085 00000000000000000005764cf2132cb439e9645de8ba2b3f4c17ea186f6fb8b3 1.34 MB 2,561 22
689,084 689,084 0000000000000000000b547f780c513b2eda38a09f46d4936ec6ea2f0c173164 1.46 MB 2,980 16
689,083 689,083 0000000000000000000da063a34a90ddbed419911d7ca6378bf4547f96f93764 1.41 MB 2,297 20
689,082 689,082 000000000000000000038b9e9f14111a68578190ab221b933d8f371bbb445b74 1.48 MB 2,077 26
689,081 689,081 0000000000000000000d75d9fb7d28c590b99f14bd04997a29ec80304ab724cf 1.56 MB 2,086 18
689,080 689,080 000000000000000000090aedb5738f7b477a3b492b582b1e5f6980cfd6c43ec9 1.48 MB 848 50
689,079 689,079 0000000000000000000932a98863d95116cce26574dba2bdfd8af9cb0f0958cb 1.08 MB 374 63
689,078 689,078 0000000000000000000977d3a4786a9693fd3d87a0f3aad8cbc53cc61533d4aa 1.50 MB 2,937 34
689,077 689,077 0000000000000000000a5b96c7e218c672f13a7c882d234690b76d9db8cce1be 1.45 MB 2,764 40
689,076 689,076 0000000000000000000687738b2975dcce6465857c6ea0826c1dee9db89084ea 1.45 MB 2,946 52
689,075 689,075 0000000000000000000b7fc2350df8d892294d02978c7bd64f26143e4335fc39 1.48 MB 3,029 55
689,074 689,074 000000000000000000033c9d18636bdfbaa96d435f4684d8b6efefdc3f826763 1.48 MB 4,463 55
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.