Memory Pool Memory Pool Refreshing

8,450 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (794,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
113,148 113,148 000000000000b0cab600d1546274bb7f5d6c0c367ba97c0eed8789f419909aa4 0.01 MB 25 639
113,147 113,147 00000000000084d73dd641debf8a000a6204bf4cd38f2327c73fe877d91a4056 0.01 MB 14 495
113,146 113,146 000000000000763fbd27d11eef25193175e6cc997349304b8886d0427150b64d 0.01 MB 6 1,053
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.