Memory Pool Memory Pool Refreshing

4,427 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,655 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (547,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,283 360,283 0000000000000000170999ba9ff795f5225c67cbc400c84bc689c00852eadef7 0.26 MB 508 26
360,282 360,282 000000000000000001ab601c893db769189b4643c19246c7ef14e0355943f098 0.24 MB 390 25
360,281 360,281 00000000000000000f6403cb4a34d95a0191871aa3b712f3c34ed71e12f47c82 0.65 MB 608 11
360,280 360,280 00000000000000001152cc3bca22581af1f75671fd1d54e9b361a4af69ea4149 0.93 MB 2,285 33
360,279 360,279 000000000000000006de61109695a4aa7ad43e0102d05436280f3df77646fa5f 0.75 MB 1,312 24
360,278 360,278 0000000000000000076300efe55b2f985cf48dc09d664d88890a63ee0ca57d5f 0.25 MB 321 11
360,277 360,277 000000000000000006dd456cf5ff8bbb56cf88e9314711d55b75c8d23cccddd5 0.54 MB 996 26
360,276 360,276 00000000000000000bbdd4c25491163901732d497cb82088a102e0a819aeba12 0.65 MB 1,091 23
360,275 360,275 0000000000000000074e234f246a7587604d981274086dd3fab1805ba0a0900e 0.75 MB 1,743 31
360,274 360,274 000000000000000014bd901d190c36b039d0c43ade4820aa6bb0be9b0458f5c7 0.25 MB 339 16
360,273 360,273 0000000000000000110ee289d55bcaf998534fff8545732e4141d231140d9ff3 0.55 MB 506 11
360,272 360,272 00000000000000000d260e90bfe5942d7e9cb71f8859c0f5292dcd940b6b78fc 0.75 MB 1,575 29
360,271 360,271 00000000000000000fc4233c0d6d8300affce87850295601e41fc453988a38e1 0.75 MB 1,564 41
360,270 360,270 000000000000000008da1e4ca68c4c72ce2023f9c0e540610e7534fb05ab0a92 0.90 MB 312 58
360,269 360,269 00000000000000000e00185b6a9e5804ca2dfa8f36b1393394e3e2e22c8fa9e4 0.25 MB 255 15
360,268 360,268 0000000000000000142739f17611d82f6fbca68f3604bc09504e72b5444569a1 0.41 MB 720 50
360,267 360,267 0000000000000000102c9a861d6c50023f64c0a71a9ea1108d9f3d99bea33838 0.10 MB 106 11
360,266 360,266 000000000000000008b3c7b99201e5401b2c26fb2b9c7f4ad934f39827cb6c03 0.95 MB 983 37
360,265 360,265 00000000000000000738f953ac8a295988083546cd19ce9e291aa12446a634c6 0.42 MB 338 27
360,264 360,264 00000000000000001563d5af06310fe78e336e3abc27416512cc544a9ba3e4bf 0.90 MB 952 33
360,263 360,263 0000000000000000154edfdd022174018232aaae68a7860a9e98073d885e1ccb 0.25 MB 165 10
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.19 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.