Memory Pool Memory Pool Refreshing

3,556 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,378 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (819,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,319 89,319 00000000000753ec518c8a72be903f6c21335ebb616457f79b8bccb050215046 0.00 MB 3 0
89,318 89,318 000000000005ad84e5889fb3bb76e8d0e80f7d58143bf8bc3f0f5ee1e8639aa6 0.00 MB 1 0
89,317 89,317 00000000000b8501b20891f01db24fd255fa4fd3bc9d8762d3d42d6f23f86b70 0.00 MB 1 0
89,316 89,316 000000000007dcb9e920e78304050689aafc53647f1a4244eae6505030fe8aab 0.00 MB 1 0
89,315 89,315 0000000000052e85d106c1bd0a2f3cd194b5d9691d0600c36c3be58da2d6b5ea 0.00 MB 2 0
89,314 89,314 00000000000b64bc3a8cb41e67af8a3df35f783d99cc8f74e3b462a07d27fa85 0.00 MB 3 0
89,313 89,313 000000000010842f2115c6adb3e1945646bf0554b711e7bfae68520fddc8258a 0.00 MB 1 0
89,312 89,312 00000000000d27b514d32e16c7bd59851e535241f274995419874557bfccbd57 0.00 MB 1 0
89,311 89,311 000000000004331e00c13ebeeec82df06c2bccc5c579e1267955244a6d21fb19 0.00 MB 1 0
89,310 89,310 0000000000012a873c4538d77da69e28a1b4b5c7253b50c82a71b6c280198c96 0.00 MB 1 0
89,309 89,309 00000000000b4baae5e2f4acf0ae7f8d550dfaa628cf3498fcd9a242cf4cee13 0.00 MB 1 0
89,308 89,308 00000000001480d97eaae6520beca8b9ae91c5ce005cb6358d2b8c011b3eab16 0.00 MB 2 0
89,307 89,307 000000000012b186adaac89092ef1221b6e1faf2abde318ebbca82ad0eddbb62 0.00 MB 2 0
89,306 89,306 00000000000f9250790864ac6d0afe07e127412a2d75cff42735170cd8df1dcc 0.00 MB 1 0
89,305 89,305 0000000000034c0c71c53e8f1eeb9e874be04aa2386235d75cd646f28ef180dc 0.00 MB 2 0
89,304 89,304 00000000000ce310705b627bcaa54ce42f8a77f60a63fbe1d8cdae8ef845eace 0.00 MB 2 0
89,303 89,303 00000000001193de827a6809451793b856741f37a61e173795c3c458a5629d46 0.00 MB 1 0
89,302 89,302 00000000000ad8003e906a6220766f82f96f097bd61665765898fc16f9cd5b2d 0.00 MB 1 0
89,301 89,301 000000000011eca1d696feefd8f3841985085820d634d072a94a6c04322708ed 0.00 MB 2 0
89,300 89,300 00000000000638a2082f4b3a8a4e1b6f837eea0de4e76de453571948bcbb4eb2 0.00 MB 1 0
89,299 89,299 000000000007eb7ab8b40d49d0a8d743747f7bd443e8431108314730aa38a646 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.64 GB sent, 101.73 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.