Memory Pool Memory Pool Refreshing

17,940 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (761,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,407 146,407 000000000000062b45ad8e6b85fdaab426b6a0d4194bb01ffb523f22cd006eaf 0.03 MB 57 290
146,406 146,406 000000000000017ef31eb7d28aba49c9685d8c6cf33c413ba2adb4f12af26a87 0.00 MB 11 189
146,405 146,405 0000000000000735e04998efdcef48eeba661bf16ee783fced56fa34c6620cb0 0.01 MB 20 155
146,404 146,404 0000000000000520d0f3ab41f4b6996de53e71c11f939cd66b67fc26f2c12fcf 0.02 MB 67 196
146,403 146,403 0000000000000505dd1a83d8d9959e0465b39c39cdd9b15767dd1512cef26902 0.01 MB 18 149
146,402 146,402 000000000000038631f10ec10d33dd2bdd9519f8d01fd1a497cc6d1947835142 0.00 MB 9 653
146,401 146,401 0000000000000569680b8caa548b1d9b2ab09892aa207dd8f5bde649a4873a77 0.01 MB 20 311
146,400 146,400 0000000000000678bccaef1c08e8acd5fa4a2a3bd32877146591d48d68a86bf2 0.01 MB 17 209
146,399 146,399 00000000000002f8c9587c44be9fcc82df23dc1ea916274ab99dcf80a93b6b33 0.01 MB 21 186
146,398 146,398 00000000000007a3a0e8638ebb430ea3e22bb5b8287b6962d4fc44c828781cfd 0.01 MB 16 57
146,397 146,397 00000000000006bba059e3b9aa78a439b431ecc0b1284048814eb1fd269da844 0.02 MB 28 65
146,396 146,396 000000000000055b60020da893573a6786311177543e4751c01d1db66e1c68bc 0.01 MB 5 143
146,395 146,395 000000000000058a4cfc8eff18344c656899bccbfdd5afc3d44f4eee364c9932 0.01 MB 16 45
146,394 146,394 000000000000009b4dbb9bce5ca3cb27909b69c70352ea565a222767c0b63543 0.00 MB 15 117
146,393 146,393 00000000000005678018deea16338c60201a4f725c65aac54fa0be711067cc2a 0.02 MB 69 65
146,392 146,392 00000000000005ab79c3c338291883bbb007955c5ba2b96c42c1f7afdbd2a2f8 0.05 MB 152 109
146,391 146,391 00000000000001844ee9a145b31cba4e0ca1dc50c6a32fa66d7c20d2724f0a73 0.01 MB 26 43
146,390 146,390 0000000000000664dcb2ea027c118cf94057dab2ad2f91158580210f346397d0 0.00 MB 7 124
146,389 146,389 000000000000026eecbf2da0fec4a14627f217a3ab8391ded597db02a4cc9870 0.02 MB 22 84
146,388 146,388 0000000000000775c0ae2f7c0c62cf6ef4f93586114d3d7eb799442ba92db93d 0.01 MB 22 85
146,387 146,387 0000000000000251df7c824f071fd67698775629d9137840935286d963470f9d 0.00 MB 5 200
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.