Memory Pool Memory Pool Refreshing

1,288 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
3 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
907,890 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,281 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (794,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,169 113,169 000000000000796124edb95bf764944b6edb8f92cfa3de16b020a53d58940220 0.01 MB 25 717
113,168 113,168 000000000000d5e4ac825e30e69414a2b7a4356c121c5ddb42d42053e7cd1e7b 0.00 MB 2 0
113,167 113,167 0000000000002ef4e68b84e1d012fd707c8406c117591073f41bd83d876ede2b 0.00 MB 15 1,224
113,166 113,166 00000000000076e902fa4ee86f5fd7b760d8698c4b5793da27a3d93fc5cb4363 0.00 MB 7 512
113,165 113,165 000000000000aeba679f1d7b419de0a19a6a168d2f5f3b5c5ea69f099f3b437d 0.00 MB 7 396
113,164 113,164 0000000000001f7abd583fd1cc6673b4abd00cf847c4b0cc17f8ea83f870ae1e 0.03 MB 118 150
113,163 113,163 000000000000d86d48e7e5c8e8d95e3d6e42719a458508beda426c169063788b 0.00 MB 11 347
113,162 113,162 000000000000d404f1dd26e20bec1274407944c2b47edc3c9bda17e11046f76d 0.00 MB 8 0
113,161 113,161 00000000000095ec1926b1e6d8195e444e9cde520b27d6487e90bc604fdcb677 0.00 MB 10 0
113,160 113,160 00000000000026f65c734b82b53bd02ec2d2f2406e3a8bd19e85cc34738b53e3 0.01 MB 7 950
113,159 113,159 000000000000d5f17c2c2fc665c28520667b6bf9d72e3c9ea52ea4aed8d077bb 0.00 MB 11 0
113,158 113,158 000000000000b36eea8381371f4fdddeaf7ff5199c23048810197ea4e5f226df 0.00 MB 9 0
113,157 113,157 000000000000b46af6432edb586c43781bd3f710e5fd1842a6f8d8ae94da24a3 0.00 MB 9 0
113,156 113,156 000000000000823a4b69f3dd58b0af71983982149297e8269b3305074841c983 0.00 MB 12 654
113,155 113,155 0000000000008a090cc0682efd0aa6205aa4dc2c6c30d298110bf489bcc04fdb 0.01 MB 20 0
113,154 113,154 00000000000096bd4582df6a0f47a43fc6deb70e1543d2ff6abf3f9815f0ee33 0.00 MB 14 575
113,153 113,153 000000000000ccf4157f00f10381da7ce75a49838b0ff46107822390c9142c2c 0.00 MB 7 0
113,152 113,152 00000000000044a557589cc52e279c19c109f5a98759589e73892a33fc55802d 0.00 MB 9 7
113,151 113,151 00000000000050690bc3b00ae478458a1d39f67831d5f11ca80a1a622b13cd1b 0.00 MB 11 1,099
113,150 113,150 0000000000008ece5f456e7c2f3eb0045d6ec169da558d8601f00ade0af92fa6 0.00 MB 12 311
113,149 113,149 000000000000a4996384f0ed9a2245c4d38e5891cc911f16d3a2eaac1a820837 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.33 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,643.20 GB sent, 94.63 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.