Memory Pool Memory Pool Refreshing

3,634 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,178 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (692,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,776 214,776 0000000000000426585e6f1a4ecb2765d913eee26c18f7770ea091c102fb7b12 0.25 MB 611 215
214,775 214,775 00000000000003f1cfe831b12a348996ea81267cf8a4d5a77f0c755d3098f799 0.49 MB 1,003 164
214,774 214,774 000000000000041e5c396bbb6b1938dddbb69d3c0d396be86e1fa53cceb7ab25 0.13 MB 214 139
214,773 214,773 000000000000028142cdcb667e3fadcc9dcd8f6228553d49bb0bea30d300717b 0.11 MB 243 163
214,772 214,772 00000000000004e991c0ea5533c1393b82c931a9facef78cb945f554fdd9cd8d 0.04 MB 105 119
214,771 214,771 000000000000001dc7cfea4728ee97699574755e859ee0845512d3446d23a017 0.08 MB 203 152
214,770 214,770 00000000000001cd99b8843ff856cb8c64e5a5f0e34591a0a249b16c5b3e2747 0.09 MB 205 149
214,769 214,769 000000000000010967678331268c947160f10c0bb3ae042e6667a600c7d04b0a 0.04 MB 114 252
214,768 214,768 00000000000001e8a91c19765bafa91fbf878fb99877dcdd42dcc7cef8eb711e 0.07 MB 200 19
214,767 214,767 000000000000031e1b1d952431fb923353d98a4058d83c17a21cc0a8a96ae7f1 0.01 MB 36 187
214,766 214,766 0000000000000205d8c975c9725aa92ca458dacaf1ce7e278e5324174e651eb9 0.08 MB 211 175
214,765 214,765 00000000000000fda401827bcf0b05e7d1834f273904312b30cd96af43f050c7 0.01 MB 12 83
214,764 214,764 00000000000003c19350005319f5e5356ac6bcfaec6850d7d2354a68f47ab9e1 0.05 MB 111 140
214,763 214,763 0000000000000395578641a4c41e5124d389aaa56925483e273eaea3c05647ac 0.01 MB 11 44
214,762 214,762 00000000000002c56c1e2c989287cbdd8b23d71bc6d27fe0436ca7eda153a0da 0.14 MB 272 151
214,761 214,761 00000000000000ec381c4ccbdf89f12c5e914b1d2adbdfda5e8fe8e7d7c76c09 0.08 MB 198 168
214,760 214,760 00000000000003b5103844df3a717221723c1cca70d73f92124024ceb2c23273 0.07 MB 168 152
214,759 214,759 000000000000020a4fa3005341dfffe8bd4d325525baf6ab3a33d58db14ca28d 0.04 MB 78 110
214,758 214,758 00000000000003081fc48f48e257c6c61290250060ad3a0a58ce4adf0a601ab4 0.10 MB 246 172
214,757 214,757 0000000000000268aec0ec8da9dbde756f0343180c7b3567f58cffd76d1c7c1b 0.08 MB 118 168
214,756 214,756 00000000000005427e61ca63bf68d9566d05a7d92a71d70cb5ceff3ffac39230 0.16 MB 296 152
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.