Memory Pool Memory Pool Refreshing

14,236 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,192 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (201,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,260 706,260 0000000000000000000539c65d205505280689e5b6d465de33d92403008f737a 0.61 MB 838 6
706,259 706,259 00000000000000000005e7f63c0e47197ca3df8a42b749bcf7304bbb62d36d5f 1.29 MB 1,271 15
706,258 706,258 0000000000000000000a1875d4ca761ff95ca5bfde7e396a0db8514d2367c9ab 0.69 MB 854 9
706,257 706,257 0000000000000000000a7a57158c82d8e376633b1595e56276e5b4b832dc82a1 0.39 MB 526 10
706,256 706,256 0000000000000000000243776e5baf494fdc1b8052bab662307f4389ea81913c 0.16 MB 194 9
706,255 706,255 0000000000000000000782b216de856c947555b27ede5d4b9650d627c325b79b 1.23 MB 1,016 6
706,254 706,254 000000000000000000030eba058fbc4c9cd7a1df0b347e430359a66797c3d7d1 1.37 MB 672 7
706,253 706,253 000000000000000000087a28d22564efa09b3092b0912dce33c7acc28d774fe4 1.06 MB 236 4
706,252 706,252 000000000000000000074ddbbbc4acb9e88b1dc094e8287177f1e8e7264ef195 1.39 MB 1,008 13
706,251 706,251 000000000000000000045a8b8a85cc7813fdefbd38d9e1cc9dd5e6542df53dcd 0.17 MB 281 16
706,250 706,250 0000000000000000000d397ec9bd63dffc8f90241550e2e7ca7953aeb20eb154 0.61 MB 933 11
706,249 706,249 00000000000000000008c3fcfabf5e7f40502ebf4860f253d87ecf2becac9c35 0.65 MB 982 11
706,248 706,248 000000000000000000010b537604a6df289fa3b449cd1e5d944ecbe926cbb458 0.35 MB 634 11
706,247 706,247 0000000000000000000849a827db17cd31e7368594e16896824e3791fb204831 0.61 MB 830 14
706,246 706,246 00000000000000000008a5c8d054ba30a080f610fcdd09c49d04f3a0ea1439fa 0.38 MB 402 9
706,245 706,245 00000000000000000002f8ed7e3d9978b8f96d34eab93b32c8e8ce76c145b546 0.91 MB 1,027 6
706,244 706,244 0000000000000000000404bd694e8474a4713f11a600c3a04c0585902ff89a04 1.46 MB 1,560 13
706,243 706,243 0000000000000000000be24d272a4401a31be0581b82f85703a685d093f77ff9 1.72 MB 1,221 11
706,242 706,242 0000000000000000000ae32c8aff9b9ad430cc9c6ad25740a962c076d66513bf 1.19 MB 1,347 12
706,241 706,241 0000000000000000000888f476579604123959061c12529ae8d1fd2c480fcb41 0.61 MB 604 10
706,240 706,240 000000000000000000036c4566c3c09a8c57736b57d5b49b06184fc89f334b4d 0.88 MB 1,094 10
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,622.95 GB sent, 92.96 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.