Memory Pool Memory Pool Refreshing

1,137 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 173 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (760,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,965 146,965 0000000000000646f1b14ed13f4d9828e45452627c86bc88c2c48dadfa6ecfc0 0.00 MB 17 267
146,964 146,964 00000000000007be7992a0433f60589a769a7efb9e9c73820f924e12ee85f2d3 0.03 MB 73 203
146,963 146,963 000000000000088d4c778ecd6cf6312838d30371b8f79bb672ebdaac259bdd65 0.02 MB 37 39
146,962 146,962 000000000000077cc40cd8354a4a670ebd1e06c9aaa01638c3210bdfb3cb3def 0.00 MB 7 124
146,961 146,961 00000000000008cac0573db8e12eb835fde31542851d9c80d0fffb8d288ac9cd 0.01 MB 17 146
146,960 146,960 000000000000067ae41cd94535ae2cbf8791dc7c19124931ebbee8444935ff18 0.03 MB 107 44
146,959 146,959 00000000000008165cbf7345e1cb94c88640bbcb56810e334301952f871bb012 0.03 MB 100 5
146,958 146,958 0000000000000217d6c20ad5ca426251f10bf5882a3b87fa181dfed373ec77ca 0.03 MB 49 146
146,957 146,957 0000000000000798be0e979d439b9f321c8575b511f722decbbe3b97e8e05d55 0.02 MB 39 262
146,956 146,956 0000000000000100232ce4d59dfe11e9dc84d3957c83cba86417b3f370cfc003 0.01 MB 27 156
146,955 146,955 00000000000002ea38218cebd41ff4c8e75399ad6f5a686e079285c957eeef8b 0.01 MB 15 136
146,954 146,954 0000000000000821e340d742a2b9aba2211272371ddb1f7a60f9ef2c8869de5e 0.01 MB 8 40
146,953 146,953 00000000000006bd46e3c680762194d75f561363b64864c06fdea3d2bfc7dee5 0.01 MB 34 108
146,952 146,952 0000000000000978ff38b996736566834103fdd2f0692d3a31e0ebd710cf9fa8 0.03 MB 73 109
146,951 146,951 000000000000037f05ff59bfe76c9cce1e263040f61fdcd10c42d81b01235ddc 0.05 MB 108 207
146,950 146,950 0000000000000220fbe9f069450ae32f0bf0b1fe502a6e769f43883d85f29be6 0.02 MB 38 224
146,949 146,949 000000000000049e46f43ae6bc89b5b75a4c05f778dde5e2af9eae31cbe605d0 0.00 MB 2 0
146,948 146,948 00000000000003293d1386e8b6a1053ccedd4bce332588bd63d795b35c4b561d 0.00 MB 9 30
146,947 146,947 000000000000000a6663314e2e5c55ddb73294cfd05acd000959e74939794382 0.00 MB 2 0
146,946 146,946 00000000000008c91f52a9e4cb0b9c81a8c81d887b6983b7343222d5d61cefad 0.02 MB 44 28
146,945 146,945 00000000000001437e4f883515302d38254bb581ef7fa3f9cc93bd2e5c4fc5a5 0.00 MB 5 27
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,633.31 GB sent, 93.78 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.