Memory Pool Memory Pool Refreshing

3,079 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 1.00 vMB 1,727 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (735,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,728 172,728 00000000000005e9bf892f2c767da7e8b9a16d61ce35a41750b71aa4bd5a0bba 0.00 MB 6 755
172,727 172,727 00000000000005ac991bf5cd84abb0341661a95ccdc477391ab20ae9bff2f4e1 0.02 MB 89 122
172,726 172,726 0000000000000acc9b2b2937beb8fdb33a1c3a027d305f434667e68ffc533214 0.00 MB 4 0
172,725 172,725 00000000000007284f9afc004b07bb000127ea599ba31c6cf61f2f8219a49218 0.03 MB 53 159
172,724 172,724 0000000000000194ba20042046dfb3e8b2086a3392586dc31be00dfdb09a8103 0.00 MB 14 141
172,723 172,723 00000000000001de8899c2d65591a1d021274a70792c1ed5cf595a96fc4c9336 0.04 MB 122 52
172,722 172,722 00000000000002be13fa6dd9be4a5f55bc62f9a952ee0bf221164c19b3581ce4 0.01 MB 24 337
172,721 172,721 00000000000006e5428ffaa3fd04b32c9db2e596569c663f9180c9b8e38506a6 0.01 MB 28 50
172,720 172,720 00000000000000b3fc6d4d83c9cdf7f601242fa6119d5804da43463a6960ae7a 0.03 MB 53 52
172,719 172,719 000000000000063680964cf6ecd9ed832590c82dfaddf5b5c36bbcb7de460456 0.00 MB 1 0
172,718 172,718 0000000000000ae551cc27c5c266df79d4204be34b4d990b511faa4679e4092c 0.02 MB 11 243
172,717 172,717 0000000000000872e51413ad3c471db6d63e873a382c46aefe7a83b46a439104 0.00 MB 9 18
172,716 172,716 0000000000000033f3ea0292563e7755db0c948001c6b8ba681b28f73a8870ba 0.01 MB 8 7
172,715 172,715 0000000000000a71fa8b7563b1fcb7e3ea9aad22d8e07ea7baeab21e428203c0 0.04 MB 45 62
172,714 172,714 00000000000007250f2d1ab4bf48cde0187bf75e14b5111c367335908e033b1d 0.01 MB 31 210
172,713 172,713 00000000000005da87567589d78b46e995ca3910ef143813c08780c576e10b76 0.04 MB 134 58
172,712 172,712 000000000000015417a33c78ba17582956a705083dcd8c8f304ab55229c71155 0.00 MB 13 40
172,711 172,711 00000000000004e10273e83da6d86995b6a4e6e29eed1ef4c824d0a81d59866f 0.01 MB 23 309
172,710 172,710 0000000000000515a5f25c1324178f73aa31fe727dc709bba3bad8877c00f44b 0.03 MB 53 313
172,709 172,709 0000000000000ab31ef0cdf2c63c6992fc51e08282702d0b24a85f2aeecc101c 0.02 MB 23 81
172,708 172,708 0000000000000495299104c4e6aa152d1c74b99d942f4d4017b20ff023cc98b7 0.03 MB 77 114
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.44 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.