Memory Pool Memory Pool Refreshing

2,201 transactions
23.45 vMB
Show Random Selection Loading Transactions
Max Size: 95/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (824,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,270 84,270 000000000011d18ff8fb2101cd44efb706074755e91a2b032afcaef373077653 0.00 MB 1 0
84,269 84,269 000000000020136d13080490a58352726b8a53abf967b2a2ff327f69ea92096a 0.00 MB 2 0
84,268 84,268 000000000016e62a4091cd2b4356477a9273b3161f19dd4b7887b5f09195f0c8 0.00 MB 1 0
84,267 84,267 0000000000057334b0b436811068827f2fd06c30bd10335a4bc635a4f565d3a1 0.00 MB 2 0
84,266 84,266 000000000021e43399f80e6ae509c3c1ea7b39eae0a921a6b2614ee097625d1f 0.00 MB 3 0
84,265 84,265 000000000020a8bf3e8f9634610e34e28a3d802ea0bb94519f86463c03a3cc2a 0.00 MB 4 0
84,264 84,264 00000000001d20468a2a47dfd992f079bac0cec1aeba339726a3ba9d7eb757e7 0.01 MB 12 0
84,263 84,263 000000000020c8c1b5bf0145ace83902723395c0d574dcd85c86f0e4c85b693c 0.00 MB 5 0
84,262 84,262 00000000002cbdf24644156cda91a6ecbd014aed538de8bed842d48a32f379cb 0.00 MB 1 0
84,261 84,261 0000000000202373b69a612c6d16bc3684a36e05af03e32e01136b4941f66240 0.00 MB 3 0
84,260 84,260 00000000002e7680dfd983fcf8a81f0284ae11607d1a45cb7b64e29e8f0b12fc 0.00 MB 2 0
84,259 84,259 0000000000260a0acc3367fdf122830560e4c9ff20d9cd37665672e043192cfa 0.00 MB 2 0
84,258 84,258 00000000000662f213b9f80b18f8d2d4faf075bbe4879dabfa95653c4354543b 0.00 MB 6 0
84,257 84,257 00000000001ac334405816875d5f33ee26bf28adbe9c24a542b5ba252340545e 0.00 MB 8 0
84,256 84,256 00000000002ed8e49621faf8e9fbf24bb66d9c2375eb4f344adfe62c9d14eb38 0.00 MB 2 0
84,255 84,255 000000000007e6d237d51cd2d42600d9c948cbd53f2d9dc0c077a2bc4d297b06 0.00 MB 5 0
84,254 84,254 0000000000076e06b64d6fdd11a8b967d12f1184517d6d8e478fa39ec594bbfe 0.00 MB 1 0
84,253 84,253 00000000001c12c76e7c1e26a70fe6fa93eda3b51519d836b2bf861e24c5c29b 0.00 MB 5 0
84,252 84,252 0000000000005a8ab8769f2b341f6ef9190ca6770c61053215906338919441ae 0.00 MB 1 0
84,251 84,251 0000000000093c716ffb26048038fa5fd8370296b4817e5b58e481b569fb7e8a 0.00 MB 1 0
84,250 84,250 00000000001052457a68c22c54f90ee1f05f27ca386bbcbe7b4587e540fe2243 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.53 GB sent, 98.61 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.