Memory Pool Memory Pool Refreshing

898 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (901,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,134 7,134 00000000e9653d89013ce7e2051c794af796f366083b0832f1d55b91647866df 0.00 MB 1 0
7,133 7,133 0000000070398cf8b7e35d5708b43beefdf2324dd9fa59cf3b596cc1d6ea94b2 0.00 MB 1 0
7,132 7,132 0000000090020fa2437d58703509b476fad39f5a5c3008dcf305d5e4eeb610da 0.00 MB 1 0
7,131 7,131 000000003531ef6f6f09805c59bd25d089fc225838df2b80a3441c48165e58d2 0.00 MB 1 0
7,130 7,130 000000009d7be8b29e2c9da1828b9b8503efb73d647f86371dce553d15888677 0.00 MB 1 0
7,129 7,129 00000000219876fb06a0201a237403ad49ff78eaa0ee9fff4471ea5b207a5c99 0.00 MB 1 0
7,128 7,128 000000000ab996d2666375cb2f0949f2d6dfe56598078a32c55a84b5c44bab38 0.00 MB 1 0
7,127 7,127 00000000828a13145b671b1ce34203560f94d91b3d7097a42b68f9075ffa9c6f 0.00 MB 1 0
7,126 7,126 00000000d2e1e0b7d3e5121c7d3d2f023232d6b9db5f152f86808da44a577a23 0.00 MB 1 0
7,125 7,125 00000000b911b77f7f75c1f784167b18522d42d798a4c2e381185ea975f49bb9 0.00 MB 1 0
7,124 7,124 000000001d484e67debe5dca7d3bfc2742108e08eeda38cd65841016a102a3bf 0.00 MB 1 0
7,123 7,123 00000000405b229075e2387c98d634269db3a4bbd970069a9a8bde25c510760a 0.00 MB 1 0
7,122 7,122 0000000032a670c80014c92a1eeb8df33d40ce8f210637a77be6ba7420fba919 0.00 MB 1 0
7,121 7,121 0000000035b519782a3ea1d45ff93ff00d5df251cbf9c6f424d76499c111f67d 0.00 MB 1 0
7,120 7,120 00000000ba286b6fc8afbc7d0c525d0077d559350a808b550f9a71df0eeeeea2 0.00 MB 1 0
7,119 7,119 0000000010e1fddb76167cc0875b7f1bcd88292b2bc3debcbfe711a3621ce48f 0.00 MB 1 0
7,118 7,118 00000000c415bb92bba299ddb277fcb51f371ecaaaa863e81586f3838b1e9bd9 0.00 MB 1 0
7,117 7,117 0000000089ee8982ff631530434c1711a2df57503002552c77caafbed3fa9c0f 0.00 MB 1 0
7,116 7,116 00000000ba65dbfff54056ce5454b382dca6c64a15e435ffa8a6d1f119d25371 0.00 MB 1 0
7,115 7,115 0000000044a5854add7cedd006a413cb5fc06e3b6c4ddf6d149f23c6ebe6422a 0.00 MB 1 0
7,114 7,114 000000004ca6164ff68a48acdfd3b58ac435cccb3accb21a7dd6235df34428e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,849.52 GB sent, 101.03 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.