Memory Pool Memory Pool Refreshing

106,268 transactions
32.47 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
879,375 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,777 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,374 (184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,190 879,190 000000000000000000010eb20c140c42ff66956353688dd8fbfb6af4942c79d1 1.99 MB 691 2
879,189 879,189 00000000000000000000c03e7ee235cd04cdc35c413614b6c9eafe4e3761a5ca 2.04 MB 697 1
879,188 879,188 000000000000000000005fedf6b48135cbac78415a8bd2ea8ec250d4ecfc0041 1.47 MB 1,995 3
879,187 879,187 00000000000000000002440f92664d93d12b5676cacd2830492e22a1c8342a22 1.70 MB 3,425 8
879,186 879,186 0000000000000000000223844031f2866604753963f5d1267fed8a13ce39004f 1.50 MB 3,147 3
879,185 879,185 000000000000000000024a0a64cee5e7810a4d9d01287260d1912fb5ac2540ec 1.62 MB 2,285 2
879,184 879,184 000000000000000000028c56326ae46f1a45fce74663ac1c865ad6d45da246e5 1.78 MB 2,837 6
879,183 879,183 000000000000000000021073e94bb08f01b4d1b15f58e596fcef6909043fc0db 2.11 MB 1,273 2
879,182 879,182 000000000000000000017a0fdfccefaa56cc2c59a5844ea9d1e508c3f47f7b26 1.79 MB 2,727 4
879,181 879,181 00000000000000000000a7358cc00a35328715e35393893ef5b8ab209a158115 1.49 MB 2,450 5
879,180 879,180 00000000000000000000525303eea6d9bc802ffd46ef1f1c54bd2ea531c14abf 2.02 MB 1,350 2
879,179 879,179 00000000000000000000b9621fa389f5c37c09736fa33e586a841a3141c0cf06 2.25 MB 760 2
879,178 879,178 000000000000000000027694043ae114fd88c6d00cb05326b682e671f83cd66b 1.64 MB 584 1
879,177 879,177 0000000000000000000152a09524e6a9ec95e61715954722d61df8e0c695923d 1.66 MB 2,691 4
879,176 879,176 0000000000000000000256900b208e0c17992030c99d914b3dea4c245815d758 1.54 MB 2,206 4
879,175 879,175 00000000000000000001225745727e303a41828eb37fff79e3103a2ad4306e29 1.69 MB 1,983 4
879,174 879,174 000000000000000000000bd161763489ed554621647786a258460b9f49d4ca75 1.61 MB 2,145 3
879,173 879,173 000000000000000000024415319ecd157e61338bdfb5d59ec7b88f31ce111d81 1.54 MB 3,080 4
879,172 879,172 000000000000000000004f977f3f6e018b781021cbd62a12d463fe6c334532fa 1.72 MB 2,882 7
879,171 879,171 00000000000000000001bd7633f1c053d29031ef09ff0652c413c2423959ede0 1.62 MB 2,233 3
879,170 879,170 000000000000000000011ea9b1db874b7613d4cc4d8dfe7d20c63f12efac7881 1.45 MB 1,516 8
Previous 10 blocks ↓
Total Size: 717.11 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,639.06 GB sent, 50.57 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.