Memory Pool Memory Pool Refreshing

2,136 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,123 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (679,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,611 228,611 000000000000005674a888429d3b27e50ec10f0e434191dfdce23f1e1a6a54fe 0.15 MB 169 95
228,610 228,610 00000000000002068af8377a0e7cea56a94f94e9e164093b79bf0a91c8845966 0.09 MB 241 172
228,609 228,609 00000000000001f8d6feb25b5f8cfd4bf4d3dd85a5d410067a9a251ddfa7547d 0.29 MB 630 169
228,608 228,608 000000000000002a184cb783aa7835c48a7c1df07eee6fadac0fda7e116e477d 0.05 MB 120 229
228,607 228,607 000000000000002d40a26423e784a9a6257d3fe78a36283e4a8cb19ff1597e1f 0.11 MB 252 151
228,606 228,606 00000000000001e36b7ce6b1066a842e1b76658565801e3ebeb153e68dcb766e 0.20 MB 504 185
228,605 228,605 00000000000001d9d7d9ae8e0fbe58903f45b51b7f4ed845f258f318cf3541fc 0.09 MB 178 92
228,604 228,604 00000000000000efe59ffd9b9c3e7d817236445ed7e287829d7f2e10d84d3625 0.09 MB 210 141
228,603 228,603 0000000000000030815d2847fb8a960382133edfe08b684f76994045add92614 0.21 MB 296 102
228,602 228,602 000000000000002a60fec6a6cd9e3a858b411432f07ae764436adb35f6c0b3d8 0.25 MB 721 242
228,601 228,601 0000000000000076024cf20984ca6eeb84fd3a6a4abc73bac5d3a95ad3dc86ec 0.00 MB 5 127
228,600 228,600 00000000000000588f9bf9141e540086c992a511440eccb4681e2d5253ac14b9 0.13 MB 331 189
228,599 228,599 000000000000019131f6ce88b0fb24787c5786d5adc30429d541b79210787123 0.09 MB 205 179
228,598 228,598 00000000000001e46bdd1ffc5928879459d41cfcb3cebb61a90c1808fa7dcb0e 0.04 MB 86 122
228,597 228,597 00000000000000646cbaa8d3dd5acec374c9d2de4a4936a10b25e85eadaebc71 0.00 MB 1 0
228,596 228,596 000000000000025dccea46a90dd89718be32d2bba84c44cac2f390c4d146adb1 0.06 MB 47 364
228,595 228,595 00000000000000b906a0bd79eac4c6e4d3357b8bc210a04d433fb8580b1b579e 0.05 MB 103 163
228,594 228,594 00000000000001ef5c98b5989b1160a54d7cddbbdd80048c89537e39b0ece4ce 0.13 MB 280 114
228,593 228,593 0000000000000144efcabd4879289d9b1f7c61f4274c936155425aca97973782 0.15 MB 294 119
228,592 228,592 00000000000000a6b9f5403116dd360329ae3d0bf1e37a36321797e8eb75676a 0.22 MB 440 144
228,591 228,591 00000000000001f4d1e3d9e482bd2e24b77d1506157896c28aaf11b5af92fead 0.15 MB 289 101
Previous 10 blocks ↓
Total Size: 769.10 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,629.17 GB sent, 93.41 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.