Memory Pool Memory Pool Refreshing

3,406 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (754,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,143 153,143 0000000000000201f483a6c650d21a33b2cec575f28151b1ebb5754107f391e7 0.05 MB 145 0
153,142 153,142 00000000000001eca57cabb91509a3283ea53512cee390e98893befb447f673e 0.02 MB 58 478
153,141 153,141 000000000000034f765d271a3f4c71234b3cd7493288ac4c8f0b3029e1255da1 0.02 MB 42 82
153,140 153,140 000000000000002940cfb7947c7a76088dbc3690b35c3ed063d8f7f5a6d09914 0.02 MB 72 148
153,139 153,139 0000000000000c1486c73ecf2fa967b426d8a566bf4b4879443605943a3a1c12 0.01 MB 29 48
153,138 153,138 000000000000030e96a3c874eb8cca5f61afe03af141776ea172f23529f5cf03 0.01 MB 34 7
153,137 153,137 000000000000061b4c1954d9e1ccf2e70d0840b4eea5cf54cbc70e0edbab7b86 0.09 MB 121 106
153,136 153,136 0000000000000305ff4f742dfaab8e627f62b3c3659fc7037f9387f2ef834bfe 0.05 MB 128 506
153,135 153,135 0000000000000886535f0ad6832791c132717698a42c1742bcf3dda30428eb02 0.00 MB 12 31
153,134 153,134 0000000000000dab9324b0f40c52644ff8d4ff4e19e8f2066b27c1f75f18bf37 0.00 MB 12 0
153,133 153,133 000000000000054ebfc579f1b93d6479c9da64a376ed7202298eb3db3656a07e 0.01 MB 38 191
153,132 153,132 0000000000000aa447d8eb142b09d667730c15cbbcde9dd9fd01cc2f9ebf04c7 0.01 MB 45 176
153,131 153,131 00000000000002fd8b8719b34a4495bb9c8ce39c930f521ab5ed2a52e8d720f3 0.00 MB 10 16
153,130 153,130 0000000000000417db8a58f3a78e3c4eb601a39ca49a9e7aa8b3fa5760758f0d 0.02 MB 45 121
153,129 153,129 00000000000001fc8eadb0023f461c4bb7510dc5de4c2357ae07fa852ecdc950 0.05 MB 121 58
153,128 153,128 000000000000099f5656abf742dc2b6406cb6f23d163cd702ea6ecbde48c022c 0.02 MB 56 331
153,127 153,127 0000000000000b5d5477fa2fb1b9fe6515cc7af95cafadd6ab6f24db6dbf2733 0.03 MB 81 84
153,126 153,126 00000000000008acd4995556f95cbbcf4e267eab191c7a9d5b8e621e55723553 0.02 MB 56 29
153,125 153,125 00000000000005ba23baf3ecdf17499319b2b1f778a0865e11a985fa4d46a50f 0.00 MB 12 352
153,124 153,124 000000000000058053c8580dbb06898ec60f5430004bc1774b1e678b99ce8f4e 0.01 MB 21 394
153,123 153,123 000000000000057cf48638e4d834e5daecbdafd378aa65f465beb8eb50ed6fca 0.01 MB 30 240
Previous 10 blocks ↓
Total Size: 769.54 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,648.64 GB sent, 95.66 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.