Memory Pool Memory Pool Refreshing

1,575 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,560 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (214,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
693,128 693,128 0000000000000000000e63600d8e2498c868414ed3a6d2b108d20ef7d7af0bd0 0.91 MB 902 16
693,127 693,127 0000000000000000000579d3f00c076ed289ccc7043ce576cc93aedb7a329726 0.88 MB 1,890 19
693,126 693,126 0000000000000000000dab3cf002e3a562705e319a2e0e5731260a34f0a8c3d3 0.29 MB 421 17
693,125 693,125 0000000000000000000103a5f968837af74882c89a46c618549c80837a4ed2de 1.65 MB 1,623 6
693,124 693,124 00000000000000000002615656cde03113afb434b2ac1f26c23b875ab903f08e 1.43 MB 2,004 11
693,123 693,123 00000000000000000013928592287279f961444a532a52f85151c67507b2ec88 1.48 MB 2,893 11
693,122 693,122 00000000000000000010f7effa03c0729db59a9809c555211bb3d4fc1d39a2fa 1.43 MB 2,860 36
693,121 693,121 0000000000000000001378e4433c9d8fd8cca14c7cf2f51639c6e821c51bbee0 1.39 MB 1,741 20
693,120 693,120 0000000000000000000a46b8c1ec57bc2034ad9216e61bc08438e37484425e76 0.63 MB 1,235 21
693,119 693,119 0000000000000000000e57423088c5aa8b15ffe41f6e4b5744a4cba1e12f04fc 0.63 MB 1,262 22
693,118 693,118 0000000000000000000c49ea2cad5f5afcf081a56320e49d629917caeee7e4b0 0.69 MB 1,059 18
693,117 693,117 000000000000000000022b075b543b2c3a5e5aab2847249e4e9636735948634e 1.50 MB 1,975 10
693,116 693,116 00000000000000000003b624f5423dcd18aafacf737dc76a83375ed57db14721 1.46 MB 2,150 11
693,115 693,115 000000000000000000042c145dea3a2c7d49e55529fcadee76351d0f673466d8 1.54 MB 1,989 16
693,114 693,114 0000000000000000001155511c18cf07d4425e922cc22242075ebfa05ac9a3aa 1.49 MB 2,622 15
693,113 693,113 00000000000000000009e1ad433a72e5e791e5c02696018243f0a08dc1a19784 1.28 MB 1,560 11
693,112 693,112 000000000000000000001343df627fd4d153c153c5ffd78bc729c9715fa0d84c 1.19 MB 957 8
693,111 693,111 0000000000000000000d99c9d5521ee508d443836378ccf2f50d5f07f4628762 1.32 MB 2,299 6
693,110 693,110 00000000000000000013bc8d9b1ffb11099b96accaf760ce26c0871b9c5ce544 1.43 MB 2,969 28
693,109 693,109 0000000000000000000d8b2e5e4f127d754a9f5afbbed3717defc7a20b8758cc 1.42 MB 2,350 3
693,108 693,108 000000000000000000045aa61aca67de261e103238b7b239d8040b84fa8ff237 1.50 MB 2,583 10
Previous 10 blocks ↓
Total Size: 769.56 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,649.26 GB sent, 95.75 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.