Memory Pool Memory Pool Refreshing

4,525 transactions
2.12 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
907,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (798,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,884 109,884 0000000000009a6a7cd4febd59fb28998e35ec78f5af67df64e9d527c3b7a295 0.00 MB 3 0
109,883 109,883 0000000000010d64eb451cca850e613eee9fa2b31e51565d51fd4a97bc215b1d 0.01 MB 32 0
109,882 109,882 00000000000190f3790e98a56bb2377bbfe3b897b26d4d32f726493a402c0d3f 0.00 MB 1 0
109,881 109,881 0000000000004f74ef90e98ebbf9dc2cdb1e0da075eb958eb1a8e5dd5b657cda 0.00 MB 1 0
109,880 109,880 0000000000001bdd41e7ab17c47bd1dca342a8a19f50b04da973817cf25c86fa 0.00 MB 5 0
109,879 109,879 00000000000033408b0416592502b2c86b8fcc16b0acd47b7710e42b6757fbf5 0.00 MB 3 0
109,878 109,878 0000000000007b02a133691db8073f76c9c57eba860cdddf2cbc942677c89268 0.00 MB 1 0
109,877 109,877 000000000000fe52aae21945473909d3ca8cdde69fe704a1301562285bca8152 0.00 MB 1 0
109,876 109,876 000000000000c47f1517054b6b9722a59d35977d55c51b42eab9731d9d86c8a6 0.00 MB 1 0
109,875 109,875 00000000000019f733d2f56ec00b6953ebcd87dcc8e0eaf5057b1fbc12809e7c 0.00 MB 2 0
109,874 109,874 0000000000019f9e52809892dd15c4b1431739431876fcb2eefbd70da8e56fea 0.00 MB 1 0
109,873 109,873 0000000000016bf920d59e8775f345f9cb2f3e5ba2f5f9e3100e77d32903fb88 0.00 MB 6 0
109,872 109,872 000000000001665471229178333738443ea1191e3d055f56ea22ff1f7987572b 0.00 MB 3 0
109,871 109,871 0000000000019bc50721d13e42d74793782c889ca2c9647bf4b3e9088065cc40 0.00 MB 7 0
109,870 109,870 00000000000028dde1c9b3a02309d288f0aea234db15422b4b18b3575739ec1b 0.00 MB 12 0
109,869 109,869 000000000000b4b892e7bed1b21e27e7fcdd2f69c1168905959f3c801cc56f5e 0.00 MB 12 0
109,868 109,868 000000000000035790cde344543917644dd8a44a0ad5759be3ac2a493243db1f 0.00 MB 10 340
109,867 109,867 000000000000516fbc459dfcab85686d88e17bb1efc96de81addd667c22bd4e9 0.00 MB 8 0
109,866 109,866 000000000000985cbbe92347aee94a592c9ab712caf6a1f522876932a98d9575 0.00 MB 4 0
109,865 109,865 0000000000014fa5b19777e7dcf376fd99ae9f7a4450f4e72f7e9d519d8ba4ca 0.00 MB 2 0
109,864 109,864 0000000000005017106ec1028109ce141d53424f840d9035a1880a51067bd709 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.