Memory Pool Memory Pool Refreshing

894 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,658 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 886 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (842,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,340 66,340 000000000882d033da455e24d7524c4f4910057e2ebc925ed2fa223c946477cc 0.00 MB 2 0
66,339 66,339 0000000007473c9cc716933f33b33fc8440a77accd4cc5f6114d3bba800263cc 0.00 MB 1 0
66,338 66,338 0000000009f1a675f60576db317822d3f2ed0d1597d94bbc586bdab0efdd3461 0.00 MB 3 0
66,337 66,337 00000000063502365b1646893dc22abcf1bd7c7cfd9b114146f016b485708284 0.00 MB 1 0
66,336 66,336 0000000008a63ddbcc19345f544c6ce77d36b4a1f4826c1c3645bae39f3834a9 0.00 MB 1 0
66,335 66,335 0000000008aab2aaa911383fb5aa4824d22bafe874202c4c90ee0ae086e4100b 0.00 MB 2 0
66,334 66,334 0000000008032b56c64f3cb85c5ef544c16a3db19cb0a97fd8c52695c3588737 0.00 MB 2 0
66,333 66,333 000000000671b3ae9719903d0052bd35e7fde08872885f962e4ea0f5f4509276 0.00 MB 1 0
66,332 66,332 000000000320b501a568aa015c54cdc0b28f56361f960c011349281f1a17e185 0.00 MB 2 0
66,331 66,331 0000000008ae5418e9baf6c618ba91ab826d6feff583c179354c0992c0b76c76 0.00 MB 1 0
66,330 66,330 0000000003aec51a134037cf8769cce870c274b19af17d952fcc2a294c1d866d 0.00 MB 1 0
66,329 66,329 00000000026d3dbba362631e454aca9a2560a3193fb88a0ce09145e4bd743533 0.00 MB 1 0
66,328 66,328 0000000005e5f57874a2a749870c512de5c480b8c7e28dd196375a3297da83d0 0.00 MB 1 0
66,327 66,327 00000000037f49f4e5250aed78cb71662e731c5ef04e1a6a8a7555a96464a048 0.00 MB 2 0
66,326 66,326 000000000962c1ff23433e1a8818c1676e42e8f333372fb0019d6b3dfdd1ca16 0.00 MB 3 0
66,325 66,325 000000000abd81c583178c321a5456d9121f8f763597f60a31a3411c240fb83c 0.00 MB 3 0
66,324 66,324 0000000008cfb8463973926a6a049e547e27d764a4daef2cfa96522e503f8f1f 0.00 MB 3 0
66,323 66,323 000000000aa69644a1c02a13f19df21d9c40e614b0a298e5992dd77ccbb4ec00 0.00 MB 6 0
66,322 66,322 000000000366a0a42d5cd7c74cef24c1bec5af8fe8cf224b95d5c4fb386554b2 0.00 MB 2 0
66,321 66,321 000000000a1c50824ca534fe093cd5b192585c18282b1e71b94af867e51f9ad7 0.00 MB 1 0
66,320 66,320 00000000005e20f0fb4364f74507f0d5790f8b1845e776819a6abd764730680b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.81 GB sent, 101.54 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.