Memory Pool Memory Pool Refreshing

8,157 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,963 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (586,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,316 321,316 000000000000000023b3e4faae094c5f71a2da6542715cd536320f89424569aa 0.21 MB 381 25
321,315 321,315 0000000000000000241909ae3cbcafb28d39bf40edc311f7aedec32e87fca26c 0.36 MB 628 25
321,314 321,314 000000000000000021fa8f19aa67a15fa83b0d5254963fd571b75a043f00332c 0.47 MB 831 25
321,313 321,313 000000000000000015f4957eabcfee87a3bf2af0385f134946662f2a8023c491 0.06 MB 93 22
321,312 321,312 000000000000000004d8ef64faef05c00036b016b55fcd735e771454547a7a08 0.06 MB 72 24
321,311 321,311 0000000000000000084a4f9f94170ff40b01b5a294f8a828030794e307f0c077 0.26 MB 446 27
321,310 321,310 000000000000000023d433fe4bb872aee87d0b7edbed8527e1591bc16ceeb0c6 0.02 MB 46 27
321,309 321,309 00000000000000001c5889b47b69645e824f2f8e931a8876ec72d56e3eb13123 0.06 MB 71 13
321,308 321,308 000000000000000017b9ccf80b478060a3befceee4097de7246a156207cd6c35 0.20 MB 415 27
321,307 321,307 00000000000000002011a42900a3c01bce70a12f1d8fbfca6ccf8fcb509c9483 0.36 MB 758 30
321,306 321,306 00000000000000000f4ceb76f3b9d38ef5f576886bb74913bd9167e35e2252db 0.51 MB 1,057 30
321,305 321,305 00000000000000001d875811622ca52e536ce835a58fdbe8f28e2922fd26def5 0.09 MB 152 26
321,304 321,304 0000000000000000091de05d422eeff14a495484ab5b41af0573748b3848d83d 0.06 MB 69 11
321,303 321,303 00000000000000000662f268065984c4cb401baade3d7cc768658613c3975c7c 0.14 MB 219 20
321,302 321,302 0000000000000000147cf1bec884dbb36a2ca62dd2f37b7e931bb4a8ee1a20e8 0.01 MB 29 36
321,301 321,301 00000000000000001ea62e196c948b22d44448b5204acc1eef8448940b6c25fa 0.28 MB 463 26
321,300 321,300 000000000000000005277944dfc10f5961839cd1595126bfd996071e8322ad37 0.35 MB 779 36
321,299 321,299 000000000000000003611bca7604fe0c958e9017add23c191a9dfba4208f5bba 0.00 MB 1 0
321,298 321,298 000000000000000013aa3cd0119332432746600896471d16c75afd13a0dc2bdd 0.06 MB 64 10
321,297 321,297 00000000000000000f3123769db64aca27c238c72a3216844f8fbe1f4c3c3e7d 0.00 MB 16 13
321,296 321,296 00000000000000000cd9a0729550452c9f6d3940749958ab72320c812ad2528d 0.43 MB 788 27
Previous 10 blocks ↓
Total Size: 769.00 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.63 GB sent, 92.79 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.