Memory Pool Memory Pool Refreshing

15,249 transactions (3.45 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,180 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,179 (854,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,313 54,313 000000001609298175bbd5ea83257da046b8896e9da42e3e0f63e6f6638a6db5 0.00 MB 1 0
54,312 54,312 000000000edf3f30a4d3c8a5cf67fcee8f519210025d2335155d30e52cd3b02e 0.00 MB 1 0
54,311 54,311 0000000003cc98e07225f5b3562294897b8596beb12dc310ab680a03fbd39e40 0.00 MB 3 0
54,310 54,310 0000000003dfc1a905d465a83f97e2674c16e405c18fdef2357359ddb53d07e4 0.00 MB 2 0
54,309 54,309 000000000a8854e4c11e8f4345a19effb7ad5e1d0efb0f7bbc5230f2af5dfcfa 0.00 MB 2 0
54,308 54,308 0000000002fa0369d9ad7686c8069af29a6f789cfaee1efd034a69c297a8eada 0.00 MB 3 0
54,307 54,307 00000000043124f807c74678e3c875cea88db631e57627fa07f7e830bf4a5df3 0.00 MB 1 0
54,306 54,306 0000000007ac2d9dab7a24e6226beddffa8d1c2a0b6c71d016bbf7cadb36a9a1 0.00 MB 1 0
54,305 54,305 0000000014794540fba35fcfb402c5c5b1fc5d2f0e9b53f73c109a71b310ff84 0.00 MB 1 0
54,304 54,304 000000000781ac1587711dbcbbd9d3fd1b1ba809ab2ab84cf179d5d269eaa865 0.00 MB 1 0
54,303 54,303 0000000013fd57853c0acb2c9499e1b2bd91dcbd67b2a1511f540b3308c06aad 0.00 MB 1 0
54,302 54,302 0000000003cc8c479d916318839ce97cf90ac13b81ff1e9e6ad415d27d39b598 0.00 MB 1 0
54,301 54,301 0000000001cd16be81e57d359bb7098bc66cd9c70a25696b27e5f3f7ac99d12d 0.00 MB 1 0
54,300 54,300 0000000005d9c2949dc9dcd9cf08561d4dd83b1322c478b848343e219ff43130 0.00 MB 1 0
54,299 54,299 0000000006b6975cd474c2801196a90e626c70fa4cb513125a4a91dc7310b8c4 0.00 MB 1 0
54,298 54,298 000000000ce230af43069d4cc182ec4dacbd51842cbab248faff94552409a2cb 0.00 MB 1 0
54,297 54,297 0000000006436284385cd5fdcca27c64aec4f2af374b3f86b7b272f7d597cdc2 0.00 MB 1 0
54,296 54,296 0000000001e86b9a1404bb83303638d7677454fd54e851025040c8404b001f6c 0.00 MB 1 0
54,295 54,295 00000000134470aa4018311d7773ab8d1a7a4d368f5d0e7640954f80604a9bdb 0.00 MB 1 0
54,294 54,294 0000000003ee4dcb3fdebb7218555ec2fbab569999d60f0785b2e935fb023f61 0.00 MB 1 0
54,293 54,293 0000000003cd454700f73150d3968cc9227c300e6b8477d32e46e2c26ac2424a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,986.54 GB sent, 107.10 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.