Memory Pool Memory Pool Refreshing

16,346 transactions
5.44 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (188,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,576 719,576 0000000000000000000300f60a706caeb2d2c4451cab03a5fb7d7c5bf2da32a8 0.43 MB 759 8
719,575 719,575 000000000000000000080cecd1906390649eaf37f06767fff7476d81a762804e 0.17 MB 201 6
719,574 719,574 00000000000000000002d7efce7d5011a66a9a19b6fae79ea8f2688bed6d0061 0.96 MB 1,006 4
719,573 719,573 000000000000000000083fc406424c3abf265d29c276099368cd064ad001a1a0 0.43 MB 257 2
719,572 719,572 00000000000000000004d1c372badd79d5518541a051066139abbe686cf05a49 0.57 MB 550 4
719,571 719,571 00000000000000000009e552ecac9835cad5a08d3c0b91d160de61e36d91e5ac 0.85 MB 946 7
719,570 719,570 00000000000000000005881637624811e05c292ac2913abaa4bcfc0201186fab 0.16 MB 297 8
719,569 719,569 000000000000000000011459b418d997387e6493de3e944660b0e1c0474e387d 0.03 MB 97 14
719,568 719,568 0000000000000000000a544dcc3355a983650104c839ccc05589ca1089644647 0.30 MB 479 9
719,567 719,567 000000000000000000076db6a461ccad46ab80dd5d9d634bed99e8567de37fd7 0.09 MB 151 12
719,566 719,566 00000000000000000000d63f7f6ae1bfa35a9541ec6427f03d503eea7412e2e6 0.35 MB 594 10
719,565 719,565 000000000000000000074bbd0d6b9e9a732b26a2a57536868f0a80dfd77e4a1a 0.85 MB 1,496 11
719,564 719,564 0000000000000000000ad689bec2915fa267f02a6d1d52740a31b7329a7fdc47 1.00 MB 1,901 9
719,563 719,563 00000000000000000008d86584eb4d99fe74523f2ec2f3c7f755c9d318e09bd6 0.98 MB 1,843 9
719,562 719,562 00000000000000000002479c60f16042cb1dad783d603e526f00e1439d8513a5 0.38 MB 685 8
719,561 719,561 0000000000000000000b730b1f0c2fdb167ff0382d22453f24a0056b63253df9 1.18 MB 1,998 9
719,560 719,560 0000000000000000000a61e313130cccf0db20fa535441158c23205dfe2733ba 1.18 MB 1,220 8
719,559 719,559 00000000000000000009ae0fe20c8631c08ac058ab6f8b1e6262f2acf1ace9b6 0.08 MB 163 8
719,558 719,558 00000000000000000000b0dfb5a511843043778f3b801f79bdcc3f9942455d81 0.42 MB 707 8
719,557 719,557 000000000000000000017750df7da4cebb9c5f872b06c285d3c5c1e766b74659 0.01 MB 17 6
719,556 719,556 00000000000000000006230f0e5553042b9dfa836d780e8b7bab0193addb5c11 1.01 MB 1,623 16
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.58 GB sent, 93.00 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.