Memory Pool Memory Pool Refreshing

5,965 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,112 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (795,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,045 112,045 00000000000120366d91dfa1efe356dea41cc49bca9b5eebaf6d0fe198e11a85 0.00 MB 1 0
112,044 112,044 000000000001012f2acdd27458372622d156e53cd2cebfd218455b16a6934f52 0.00 MB 4 0
112,043 112,043 000000000000ed4ad6102427b5cd0050fb17496cb8353af7aa6da4ef1fe8acb9 0.00 MB 12 0
112,042 112,042 000000000001236fec4baa16ac75a17fac42c72a799c5216af789eb82f5eccc1 0.00 MB 1 0
112,041 112,041 0000000000008892357753afe528a56daf1f40e6e7ccfedd39fcf062bcfc4dbd 0.00 MB 1 0
112,040 112,040 0000000000009442149c2077e207e240b5d5c06e99b85caa7abce7791801d9a7 0.00 MB 5 2,076
112,039 112,039 0000000000002f2e0122e823f7be05af98ae19f0b3f8f24f9007b4afd384e1ec 0.00 MB 2 0
112,038 112,038 0000000000008f061af8e67d141cc3b07e018b09b45b191f73f47c53f999bd59 0.00 MB 3 0
112,037 112,037 00000000000097fdcb87df438662312fbab4f4aa19aadbeed58ce28a5af472ce 0.00 MB 7 621
112,036 112,036 000000000000297f5084b4b0500bc7f7fd855b0288801c28cf5ae40605b0f9e8 0.00 MB 9 0
112,035 112,035 0000000000006a80bf4e3289dc294c1269b58ce8219f6bc93370e13f0c7a542a 0.00 MB 6 345
112,034 112,034 00000000000090a82c8d73d3f53c1085eceb6ea40e41fb41cc093f2fee594363 0.00 MB 12 0
112,033 112,033 0000000000011296eb551b89c67f14df9b8048322cb8d57ed3e6963677843c8e 0.01 MB 29 944
112,032 112,032 00000000000056980181e6d2deb84fff0559b675df086c1f0b42c3ca551bd0e3 0.00 MB 13 680
112,031 112,031 0000000000003bf37933cff3e599888a5888bc9bc0e0380549291ebed55e49c2 0.00 MB 11 0
112,030 112,030 000000000000a2c97eb4dfe3d52b63ec1de9e37db70498d9e2198ebcf5a1ecc0 0.00 MB 5 0
112,029 112,029 000000000001165c99e8a9cf271dc6690b55e75f82af5a681ed3bdea20aff2e2 0.00 MB 1 0
112,028 112,028 00000000000035934e120d4465565bee186d13d79d5d5f617d86cfe4011da7dc 0.00 MB 3 333
112,027 112,027 0000000000007c550f7c21ae9fdadca87498d9083b6c0c7f2ed9f119e127ec2c 0.00 MB 8 485
112,026 112,026 0000000000009f9371284b5b9f86ff5e24e6089b1ec6541bb54783f3611beaf3 0.00 MB 12 1,013
112,025 112,025 0000000000002c039c7937ff0aeaa258bab88ffc4088b2e7d1b0cc4ee78f7656 0.00 MB 9 788
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.