Memory Pool Memory Pool Refreshing

9,318 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,577 (886,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,214 22,214 0000000000ce19b0daaeb264e06f487b676867823c1e527b3747661b0c1fd9b0 0.00 MB 1 0
22,213 22,213 000000000ac25cd501761fb4c445f911d18c30606af0e5a0fd24604b4c3270aa 0.00 MB 1 0
22,212 22,212 00000000166acbf1ffc1154001feb0a1eec8122c2cb69f72d33fc594d4ec8f50 0.00 MB 1 0
22,211 22,211 0000000059a8e6907cc084e323ce4362d7d4bb4dffa41a49c1096075bfdf595c 0.00 MB 1 0
22,210 22,210 00000000ce82c8713cb28394ffffc4a1b8330e0b10cb458465094453b7490adf 0.00 MB 1 0
22,209 22,209 00000000fd8e5c94b7623398b3708ef7610cc6ded2c2217b77a3af495bfbf6a7 0.00 MB 1 0
22,208 22,208 0000000018ec0195b514a2f9f9a16862204d44777d7caf9ae25ad1e9c6d79c82 0.00 MB 1 0
22,207 22,207 000000003c7eebf1bb035cbc4709740debedd7e500a9e1fb918028a18053b54b 0.00 MB 1 0
22,206 22,206 00000000feca994d563508116f02650628e032189c5b2c68f4ab785b4dac4b35 0.00 MB 1 0
22,205 22,205 00000000420f434579c975a73119abcc755b59e1092881f7047967624f51b2a6 0.00 MB 1 0
22,204 22,204 0000000012b3d4f29d1240a17dfa7f579132496bd75db2eb10cf0a7e31c0d6c9 0.00 MB 1 0
22,203 22,203 00000000f5ad1b8e7be57d52400fd7ef7b6a66bdfe63227d542ab7725938bea3 0.00 MB 1 0
22,202 22,202 00000000df7af176722f7dde90bf3e13ff355908aadaa4c1ebbf506bb974812a 0.00 MB 1 0
22,201 22,201 000000002374e674914d10cadd00f950bc5d9ec4d258b6a62c908c60d7274a21 0.00 MB 1 0
22,200 22,200 00000000c8dd4b74f50f5aa7b081b195ed928b8a0fd03385f5b5bad7d70c465b 0.00 MB 1 0
22,199 22,199 00000000ba1b3f930fa8df577198baf4b5cbe28c1a17c72fb548b527e15ba5e9 0.00 MB 1 0
22,198 22,198 0000000043af9cb91e693f1cba2f1e472819cd7d32256c60ed848cf73567fb2b 0.00 MB 1 0
22,197 22,197 0000000036c42d77080c166016cec6ffd3468672d9962a1efe3fa8969559e372 0.00 MB 1 0
22,196 22,196 0000000094877f33aa2cad717d9ee19fee68098282e3cc6112100f18755e0ab2 0.00 MB 1 0
22,195 22,195 0000000074d6ecde21ff96a4db0bbd1e0accaa043b7f545ddd17d9c1b0959065 0.00 MB 1 0
22,194 22,194 0000000066feda8e87126924bbc8c5e75c8bb5bf34bbf0352c8e93136c7559a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.46 GB sent, 100.85 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.