Memory Pool Memory Pool Refreshing

709 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,299 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (899,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,337 8,337 000000007b04c926a448ee2e0ad006efb5f36e23b18113fd4f092a79bff4d18d 0.00 MB 1 0
8,336 8,336 000000002a0a75f55d31664d286633abc3ac468d6f4d440677056b4f907eb8c3 0.00 MB 1 0
8,335 8,335 0000000027db8c3becbb444573fdc3d5e5d3226ab9c98e029c1d8c54884bf4fb 0.00 MB 1 0
8,334 8,334 00000000f61901c4fd1e33bcb8ec1a79300682fee44a8b01d556759f2430d963 0.00 MB 1 0
8,333 8,333 00000000c08e4db3ceaeaf7cef9429f6d3fd9ede816df6f150f89892183fd780 0.00 MB 1 0
8,332 8,332 00000000145fa1fdb9cfd8ff7f33fc964db8bd2472aad4f8fe9a233234971cc5 0.00 MB 1 0
8,331 8,331 000000006dce3c435514d287e457be7a845a6b67d3f3267cf6504731f2b7b0bf 0.00 MB 1 0
8,330 8,330 00000000107ee739e87b77fb9bab399165e4dd751dfc6c53fc9e5278c4d851dc 0.00 MB 1 0
8,329 8,329 000000002069040e1667d2c6d78c69d286e5ffea8cd97287cca8cfba3514b653 0.00 MB 1 0
8,328 8,328 00000000244dee58451972a2a04486d0c04adf2539d35463b09734beaabea6df 0.00 MB 1 0
8,327 8,327 0000000014a53caabd74159f6cd702b21bdd09961cc3f4456777cbe64c5862c0 0.00 MB 1 0
8,326 8,326 00000000ec49de6efe6fd20ca6a3b2e5f342f1cc9a1167919678541a6c8b4270 0.00 MB 1 0
8,325 8,325 00000000fd8a1a1b278b884734831005736ec5287feb99025677d481530ee3ba 0.00 MB 1 0
8,324 8,324 000000008ba44b9d82ce27fd1303a589bde9e93ca4e01bea5e18a3848521fb89 0.00 MB 1 0
8,323 8,323 00000000cea67f5c847ab2ad693003deb9fe8044d179c1c60fd2b607d890d8c3 0.00 MB 1 0
8,322 8,322 00000000395ea999e12411a0ba0c98c84010117b5fec5b3fa395a66114bb53f8 0.00 MB 1 0
8,321 8,321 00000000fa60124bc1a57f4eec7b1cdae1148ea86fbb40c35ead58d218585f63 0.00 MB 1 0
8,320 8,320 00000000d96167cac0bbeac6a34b49adf15e22902692945254e8dec6d1d8415c 0.00 MB 1 0
8,319 8,319 0000000017c3df0860aefc8245f8f272ce33aaee4b69e61a475a24862d3fdbc2 0.00 MB 1 0
8,318 8,318 00000000a3246e90188176d7d76b83dc131dcb15857c30ccc29356ed46ca5e2e 0.00 MB 1 0
8,317 8,317 000000006c30cbb5fe068b63a4635c9c596f77b5490ffc6160c93840141eac61 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.60 GB sent, 98.38 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.