Memory Pool Memory Pool Refreshing

4,681 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (627,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,216 280,216 0000000000000002de20f3808b5f15a13c7ffbbc00fd9bf928bd36f674c05c26 0.25 MB 423 27
280,215 280,215 000000000000000239996663f4eff478e769402d80af7ce82d7647a5a43ac14c 0.03 MB 104 96
280,214 280,214 0000000000000002b2e76f0daf3182e1554df7ae6975825a83d21dac211a34a6 0.03 MB 110 103
280,213 280,213 0000000000000001e7b7dc263a2731274f0cd6dcc67cbcd33bbebc27eb7f69d0 0.25 MB 530 55
280,212 280,212 0000000000000002c1aa15b6f048110c53054fc1f8cfacb1a12de9bafd6be066 0.10 MB 202 40
280,211 280,211 0000000000000001765ca25394201939b41435b0503604955148235ec635db7a 0.15 MB 233 36
280,210 280,210 00000000000000002140d5d875fd722aaf81708349e5ee306a743e4295aab1bc 0.25 MB 528 30
280,209 280,209 000000000000000258b73dcbf65ffa3991a568b4b462986aff1e030cfb8ce27d 0.03 MB 86 202
280,208 280,208 00000000000000010d35b7c3644e5d661fc8e4fac576ca4548d5a1a48392e5be 0.01 MB 17 33
280,207 280,207 00000000000000011b581039b7a70b834248dae1eb39cb5100daa21e49f92630 0.04 MB 95 33
280,206 280,206 00000000000000029820ae4ce086ea71c573e0d968eef229272522c714d3bb82 0.23 MB 454 29
280,205 280,205 000000000000000131962f3b2d4971f41fdb21a1d55fa82f3ec764e86b26937a 0.03 MB 88 176
280,204 280,204 00000000000000028c3bcb33e5b37663de1b072801bf0e857d4fdc283704a824 0.08 MB 129 31
280,203 280,203 0000000000000001922b6f8c261704a1ab848f29b9b3c595c2f83b5fd68a0110 0.02 MB 47 37
280,202 280,202 00000000000000000d93cace090e04702dce57f9387410cb84afd0b71dad1e04 0.23 MB 511 56
280,201 280,201 000000000000000155a1d82429d2896e936e5bcd0a6c8cda7e81669f35f00a88 0.06 MB 104 33
280,200 280,200 0000000000000000d4afedd557cb8134503dd453ca5f693b490399f6a9bf38f4 0.07 MB 127 57
280,199 280,199 0000000000000002b99df992e9ec4f493d6479f545d0551ca74468912ce5227f 0.10 MB 190 31
280,198 280,198 00000000000000015663183b61f3e5b9bece9cdc55e9634ea59dc3232cc1ce50 0.15 MB 290 55
280,197 280,197 00000000000000029d30a3ce8960f544d7d17860e67552c7f202d9513e6b4285 0.47 MB 906 38
280,196 280,196 00000000000000024aa2a662b30c7018175eced16213b08b987cf0d39b99833e 0.08 MB 180 55
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.