Memory Pool Memory Pool Refreshing

2,486 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,539 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (797,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,553 110,553 000000000000056defce6a954ca2262aa2332f65712c19ec783668b7f46ccb34 0.00 MB 1 0
110,552 110,552 000000000001440a1ff079ccbad83c49efe8f980ebf2f1604c8ae2872eb51157 0.00 MB 4 0
110,551 110,551 0000000000016de6cc850f6e5b396269c2581bd495b0ae3ebbc30a8308f1dcb4 0.00 MB 6 0
110,550 110,550 000000000001885c348cd3c21c66997ee4e0b591c76b661652aa7004b4f6835a 0.00 MB 2 0
110,549 110,549 000000000000c9599f68775f5992cadd54460dc44025b09643ba909b19677462 0.00 MB 1 0
110,548 110,548 0000000000015658bef82fe6ae420e4941f4b8c384c7971d769444b6bdfcf36e 0.00 MB 3 0
110,547 110,547 00000000000123d066c804a56dfd3852b9c96d708bc8016a89b6be10545e57eb 0.00 MB 4 0
110,546 110,546 000000000000a7e6fbf16846f69bccc1f6929e7feccf1d0c2bbb3eabd7bcdc96 0.00 MB 5 0
110,545 110,545 000000000000d3aaf5e4eb4331e26947494818f3e5061e1eab3a3b0240e9bf7d 0.00 MB 12 0
110,544 110,544 000000000001b6e21e2f81ee67cbc22b958ddd71d5b88514760fda6bf8c3ff40 0.00 MB 10 0
110,543 110,543 0000000000002f00b4936d3a275693d5dc765d718105bdd02f39570ad3cd0371 0.00 MB 2 0
110,542 110,542 00000000000178248fb24b5c03cb326982131a9e2c804bb6ef6dcf2e2422b752 0.00 MB 6 0
110,541 110,541 000000000000f0f6e83eb9962fbd6c2222b047e6e1659864a78661010c94bc1a 0.00 MB 1 0
110,540 110,540 000000000001aa31d402323cf2e1418fbe231113452108e80e00183011ae3ffb 0.00 MB 7 0
110,539 110,539 0000000000007fb623ab7b95331069669e34cf22d810c6d768e955b138af0a91 0.00 MB 12 0
110,538 110,538 000000000001b550de2bfee0151e69230db1ec4d0aec880d605832e8cf03e5f8 0.00 MB 12 0
110,537 110,537 00000000000055abab63771976424076413436c952b727f47e5d5de4966260d9 0.00 MB 12 0
110,536 110,536 000000000000a84be83818db636aaa2f9172eb074fa95daea4f6b3f9083f5d7f 0.00 MB 15 0
110,535 110,535 0000000000019fad701925cbddc9c57d8fd87a299646c68f65e3aa897404904c 0.00 MB 12 0
110,534 110,534 0000000000010e96358419db67defb2a1ac9a192466bfd9eb7931778c8da8ee6 0.00 MB 13 357
110,533 110,533 000000000000d1f2405502741dec6f2676cbdf2dd02aa381f88dbf03ca4863b4 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.