Memory Pool Memory Pool Refreshing

3,492 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (791,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,585 116,585 000000000000b1b2b8de4d543a92906d0729802cb0705e656d5b871a38162414 0.00 MB 8 622
116,584 116,584 000000000000330c59df9d736642f04c889ee496e3a35d8c6382b6cea12c6ce0 0.00 MB 10 634
116,583 116,583 000000000000eaf2cb8143c77bc7bb5f843fc1b8284a82f0393fe5c4ac6d0c35 0.00 MB 12 0
116,582 116,582 000000000000762a994856cd32ad8b20c897ad24a3fbcbdc6e9ab2731398f05c 0.00 MB 14 1,165
116,581 116,581 000000000000a9b65fef306d9d8cf845e0b80de51dd5a2da61479ccfa7b4bb38 0.00 MB 13 333
116,580 116,580 000000000000a2b615d59b2157ffb6c11819d5d869f58875273969feb7043fe7 0.00 MB 15 613
116,579 116,579 00000000000069f9a928f1303cab156cf0719b7b6885096e4d932649a66008c8 0.00 MB 12 678
116,578 116,578 0000000000005a1bb31845c7dd220c061bdb06a886b68ad82b600fa4d249ab61 0.00 MB 16 1,907
116,577 116,577 0000000000000a31b4c70a41789244d8db955983717e9edf7e79c3638d0df64b 0.00 MB 5 544
116,576 116,576 0000000000007a95b83830cda131b1f954c4ababb827bacb856b3d42a4f53d62 0.00 MB 11 327
116,575 116,575 000000000000e824329c22f51f523e61d78ef8961bfc057c3b6558a740d24444 0.00 MB 12 331
116,574 116,574 00000000000020fd06e8243f774b0401461103c4e945ddd913b6f032e6db09ab 0.00 MB 2 1,811
116,573 116,573 000000000000756a6d35295a6c25b9ac8720ec831c0bd0263c0b014e6e267302 0.00 MB 11 0
116,572 116,572 000000000000c54bbf20ebd83019f7bc6789bce74b89aaacf74d00250571999e 0.00 MB 11 0
116,571 116,571 000000000000c67008fa7df9c37399e0dd613b688095fbe87aa3e1aa9577c952 0.00 MB 8 1,774
116,570 116,570 000000000000dae0a2ff27f281beb21dc0d42e1a3dadbb6ead4c53ab878d0f73 0.01 MB 21 333
116,569 116,569 0000000000004570d89d32de336a34caa696cb715a07843083921be496d3ebbf 0.00 MB 13 326
116,568 116,568 0000000000007be5748e2911ee6734dbb51461023fb434cc2db7d8651c5429c0 0.00 MB 14 1,884
116,567 116,567 000000000000502a7ee2f631dce323b782490ed44777a6f477f23c7956b0b163 0.00 MB 13 1,120
116,566 116,566 0000000000005574b454a503d7f2458d93fb527fa7312a796c44e06229d5aa65 0.00 MB 14 1,507
116,565 116,565 000000000000da221ebbc7da70064dc629654bf5cc589b719d2afa70c8916cc9 0.00 MB 13 337
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.