Memory Pool Memory Pool Refreshing

2,842 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,837 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (705,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,753 202,753 00000000000003eb56e65a2ddc431a3b5e8878e832f7ece5539e47e2f6bf4a28 0.05 MB 140 43
202,752 202,752 00000000000001bb6a8c2cbfa246e05cc9a770854125cf3e0165b4894949240d 0.13 MB 298 298
202,751 202,751 00000000000003ee89a39a202d5d11a5e4e3d2c12ffaff72831e201c76716b86 0.00 MB 9 855
202,750 202,750 00000000000002dd6e574da4977ba290988abd6a4a4b0e8249140fbeab02aceb 0.01 MB 26 418
202,749 202,749 00000000000000b5543a6a2cf3649e48658c9e379fb1b92d0ae216f08860c199 0.09 MB 177 189
202,748 202,748 00000000000000465e47452a02e8e4ba834292c1908dd53c6384aa892916509f 0.05 MB 97 11
202,747 202,747 00000000000005290f8c6d69cfb4e58214137000534f3a7b11fcfb3bdeb1f0b4 0.01 MB 32 78
202,746 202,746 00000000000001c8e58fc3c174195462cf9ff845d141c0c97063863abf5993cb 0.12 MB 252 116
202,745 202,745 00000000000001c6093deb672fe5737cf9165aac238031a356432bebfe33fc57 0.25 MB 463 137
202,744 202,744 000000000000005fe25d7722e2d9c34b120b2e6fc53f9aba0a9483f4e9eefd47 0.04 MB 65 50
202,743 202,743 0000000000000453ce255ea1d6c051531e6010dc6c50e3bc631c5de14e12a552 0.20 MB 643 149
202,742 202,742 000000000000033ed9c333a9f8e6dd44e86596fd82a2766bce707eb987b5fb5b 0.25 MB 564 256
202,741 202,741 0000000000000119272283c1271cec69a733895bc13758d3f05dc26ca67e0337 0.10 MB 347 63
202,740 202,740 000000000000043f24337895cf75a07835b05054b7880f70b3baff75e4c039ee 0.08 MB 155 107
202,739 202,739 0000000000000386f48c3d5d70c703fe2a2c6a56ccd1adab1622f5f14eb34374 0.07 MB 141 118
202,738 202,738 00000000000001b5ce206ddc1968e99e127e7734e8acc134d491a57a40fa61ef 0.13 MB 306 134
202,737 202,737 000000000000003179826fa46504149d700f04c1aae346540c15a8e6f12d16d8 0.42 MB 1,119 238
202,736 202,736 00000000000003a21b3521e5776380c7b874d950874c313366b937459077c504 0.00 MB 1 0
202,735 202,735 000000000000000077a3bc1be679d2630a87d7ea8c31f3c5adbdb90333e33a0d 0.00 MB 19 289
202,734 202,734 0000000000000048dcbfc1bddb927280dd9b0da4325b38e5655c310ec5edb70f 0.11 MB 274 314
202,733 202,733 000000000000048e2c3b81ee9e33151106cb33156323d8cba6640b0ff2d7bbee 0.05 MB 146 464
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.