Memory Pool Memory Pool Refreshing

4,612 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (450,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
457,525 457,525 0000000000000000021f66b5fbe7195f8c14fc41495594b56d77044614b76b0a 1.00 MB 3,307 146
457,524 457,524 0000000000000000001f14805a03b857c8b06d99100dde65b43eaa7af18347d6 1.00 MB 1,937 162
457,523 457,523 00000000000000000210c535add9ae71abb43636f8d7dc61410fd8a48aef0e9e 1.00 MB 1,162 129
457,522 457,522 000000000000000000ae88a16f0bb23762c47ca4ad0e33862935f9ee5a9ba3d8 1.00 MB 2,794 134
457,521 457,521 000000000000000001ca91cfaef67077a24068b792540781fe3cde77bd89979e 1.00 MB 2,412 249
457,520 457,520 00000000000000000246184bf49835a30ed21ead100e6c6f0c9a3e804bc18df9 1.00 MB 2,856 251
457,519 457,519 00000000000000000222461d38c924709f5df9af1847d376c5e88f700c22572d 1.00 MB 2,379 174
457,518 457,518 000000000000000000d633fe8c0f8e7686824c3ef33fccf4d143a64df39e83af 1.00 MB 1,802 190
457,517 457,517 00000000000000000072e5131ba473b56d40e1fddbd6110158a83ed6252a10b5 1.00 MB 2,470 194
457,516 457,516 0000000000000000011ffc7b2c08b5f428c18586cbc0ca37058c98637f479dfc 1.00 MB 2,249 177
457,515 457,515 0000000000000000013143cf6537a46e927ecf8c1bd117bb1934bf7f1938b15e 1.00 MB 2,306 198
457,514 457,514 0000000000000000008befd448880d39fee78b245410a76326014e73fa286e3d 1.00 MB 2,604 206
457,513 457,513 000000000000000002408a780e3282429e4fc59e1caf1be96f51b7c63bf9d986 1.00 MB 2,050 233
457,512 457,512 000000000000000000f5eac76ab6e683efbdad039f69d60561341527c498e240 1.00 MB 1,223 208
457,511 457,511 00000000000000000099ab07a522ba1353c1f25799128bcdc47abd214fba4874 1.00 MB 2,363 213
457,510 457,510 000000000000000000beea6720974b9cabc4bed9c906a59de7b04cf6cc8d718b 1.00 MB 2,247 176
457,509 457,509 000000000000000000c0f5b080cb8ae34b58389edc4c052f6dc2bce9357792e1 1.00 MB 2,428 196
457,508 457,508 0000000000000000008ad971de326b19c68538f98b3f447c1be17ffe75481fe3 1.00 MB 2,147 155
457,507 457,507 0000000000000000024464008382f0b10022961087803576661a9ae151597037 1.00 MB 2,315 192
457,506 457,506 000000000000000001f6c5d48f23c18085b42a9b4b2c8b2089e87fe0298d776b 1.00 MB 1,957 192
457,505 457,505 000000000000000002382b02a9bce42c68185e7b1f64038f680573930152528d 1.00 MB 2,513 215
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.51 GB sent, 93.13 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.