Memory Pool Memory Pool Refreshing

5,369 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,798 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (333,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
574,344 574,344 0000000000000000000ce84e8ec29c362c8df4824a251258d546b4177ddbf8aa 1.15 MB 3,147 22
574,343 574,343 000000000000000000084b2770394f180771eb6f1ab5af22264be94783a1fae4 1.20 MB 2,702 33
574,342 574,342 000000000000000000119eb7473819635b32154184eb9c3cec91dc9cccf98d9b 0.38 MB 1,149 20
574,341 574,341 00000000000000000013ab031a8eeba7d37a75d8a8f1ce272c57af33986733c3 0.47 MB 1,453 20
574,340 574,340 00000000000000000001debc4c292acc4fb6a52418b0b5ae3cd030ae1efee026 0.00 MB 1 0
574,339 574,339 0000000000000000000e8ac64e83cbeda12b708ce6f317ff15847bfca37a97cd 0.86 MB 2,692 12
574,338 574,338 000000000000000000029a92f739abfb64bb3df46c72727da4aa387ba3332832 1.13 MB 2,707 21
574,337 574,337 0000000000000000001ef31e7f1610a24df2e9e2ff56845b023840a26ee36d9f 1.07 MB 2,236 5
574,336 574,336 000000000000000000265aa5badb2bee52390a5e1e22c979fbd086a14bdd3b69 1.26 MB 1,740 39
574,335 574,335 00000000000000000026372f62915c43c04d54d50e79370e825fe0cd9a60c56d 1.20 MB 2,653 27
574,334 574,334 000000000000000000181062a089c88ff251526e8ceb72d7aedc9fe7758154af 1.24 MB 3,062 41
574,333 574,333 00000000000000000014033f4d2e87761e7cef3c945845fae4b87e48a8248b30 1.20 MB 2,739 40
574,332 574,332 0000000000000000000e07d64bf955d2fb2424b7faa05bdb0694b2d9d39cebe8 1.25 MB 2,979 48
574,331 574,331 00000000000000000018aa2168cec8d37bb57ab013133957d0c1e84626ac453c 1.22 MB 2,925 50
574,330 574,330 0000000000000000002784ff8e4381ac135da591e963796beeb59118a6cb3dde 1.60 MB 1,939 53
574,329 574,329 0000000000000000000984e4c4ec76a133825d41f1cfada48a5604fb0166a95a 1.71 MB 1,881 56
574,328 574,328 0000000000000000002908ab50e50ef5deea63d974559201880c2b3f60f8d03a 1.34 MB 1,815 63
574,327 574,327 0000000000000000002159ee079867de0eb9314a683b923e17b0482aeb4c48e1 1.72 MB 1,794 71
574,326 574,326 0000000000000000000510d2727f20d04325300ae73eb55e2c77f8248cd437bd 1.81 MB 1,748 50
574,325 574,325 0000000000000000000460fd2e466bb51793be62d7b516e6269cc547bce4e3e0 1.31 MB 1,636 52
574,324 574,324 00000000000000000029574332e9f7f1687b709008c14cda466cdd89c1fb1ba2 1.75 MB 1,258 66
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.