Memory Pool Memory Pool Refreshing

5,103 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,399 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (544,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,206 363,206 00000000000000000d60f403b7abff5fd45ffcce1623a67e31c7f73b56f4b0a3 0.75 MB 1,381 41
363,205 363,205 00000000000000000106574b938c00d9fb8cf033f06eb44dcfe1a32f68f5c8ec 0.75 MB 2,196 34
363,204 363,204 00000000000000000af6284190c13eeee06610488b3492fa7671d9cdf1cb8e6a 0.93 MB 879 80
363,203 363,203 00000000000000000ba958113f830ceb66d8005ef2dba331f46a58cc487e4561 0.75 MB 131 97
363,202 363,202 00000000000000000b351c83f08d2db01abea308712bcb1f60d6caaf6694eaf9 0.75 MB 2,348 43
363,201 363,201 000000000000000010d171a21cab5a36167ad25437461463ba2392bd4b156bc3 0.93 MB 1,643 55
363,200 363,200 00000000000000000eee619db9d6395995bc6ff1469bf7dea251eb72ee46e23c 0.93 MB 1,637 54
363,199 363,199 000000000000000001e65a8804c7d97ee1fd52394632bdebdaf402935dcddeec 0.75 MB 1,240 50
363,198 363,198 000000000000000009adadafe544e2de4d304880afa9e801783334e74243ce58 0.75 MB 2,274 41
363,197 363,197 00000000000000000f6c960aed5929a1d3920cf6448fdbeb539b9ee4ca52a25c 0.95 MB 1,594 52
363,196 363,196 000000000000000005391cf62e899a11938c65910847e751cf7fb4a186618a50 0.75 MB 1,290 54
363,195 363,195 000000000000000014d2b8de865ed918d6277da4c19af542a1d6ccebac06638e 0.75 MB 1,128 48
363,194 363,194 00000000000000000d0b2a46a6d8b95229be73f6e2cb6c79fd7067f958d06ee7 1.00 MB 2,084 33
363,193 363,193 00000000000000000a8035a5b4abefdec21d29cdaa50684d90154dbb8be9d83a 0.95 MB 1,660 53
363,192 363,192 000000000000000010140af25ed79076caf72436499a8d2a5b844380170fc4a3 0.93 MB 1,406 27
363,191 363,191 00000000000000000984bd04b4fe6c043e8d5b300b6601e47b4e825549a44b24 0.75 MB 1,167 54
363,190 363,190 000000000000000010b1b73bb5be8492c85b602860682419bfa296490329234a 0.75 MB 1,174 49
363,189 363,189 00000000000000000c0fb9ecb7f509b97b4e5d5c85bfa6ee272ce299f6a87482 1.00 MB 748 16
363,188 363,188 0000000000000000114a61268d512778e92810825b5f808c75f1c5979fffc9ab 0.93 MB 2,131 45
363,187 363,187 000000000000000015968e9713192eea6ff9449ddb8dae29949f80c13a1ece32 1.00 MB 2,563 37
363,186 363,186 00000000000000000c81b13cdd854822ae6ac0dd98d27232bfedffeb7316c721 0.95 MB 1,679 55
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.