Memory Pool Memory Pool Refreshing

2,325 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (807,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,476 100,476 000000000000616a2d5ccbbf18eb4da8968432bafccde87319b3b7d1be925b13 0.00 MB 13 0
100,475 100,475 000000000002990c77bc2579cb2db873b01d590a175566aeb2e59a29d6257cc9 0.00 MB 2 0
100,474 100,474 000000000003a48303f0c9409b60e414b251eef563257bcb7d31a0c4c45d2569 0.00 MB 1 0
100,473 100,473 0000000000044543a6af2e5ba3a5328bcd12c2fc8ac8783f3b1d0a483f992ea1 0.00 MB 3 1,902
100,472 100,472 0000000000037fdc995ec7e748c692854b826b0cf573e6f6249c68b2a3fada33 0.00 MB 11 0
100,471 100,471 000000000002ebc3fd05beb0d2bfce7461f07ace47135f087d5c630648a496ff 0.00 MB 1 0
100,470 100,470 0000000000044713b930c8659aefc6c306ae5e9f0c40020fca985918233d935a 0.00 MB 1 0
100,469 100,469 00000000000136ec29dadeadd21bdf22a1ab81a228306621e69003f3304ef4ed 0.00 MB 1 0
100,468 100,468 00000000000385c06fdc6789a6665268fbefcb35574c83700695887514c60fc7 0.00 MB 1 0
100,467 100,467 000000000002e06e341d213054773fd888287503a97f5d6077a787020e8d624d 0.00 MB 2 0
100,466 100,466 0000000000016f8f315cf5830ea43d556385a9d8d8e8ebfb83d82ae62d0a7e25 0.00 MB 1 0
100,465 100,465 000000000000fb22c3577f07b1b2ab656e950e8216a6b01e430a2f2c207a61b4 0.00 MB 1 0
100,464 100,464 0000000000045b6fbaf24d9151d2d857c10b0f1661f71bc516ec6bdc46221abb 0.00 MB 2 0
100,463 100,463 000000000002ca3f4cd53ac75b6242fa2f8058e00e1fe4692fdbd432004a907c 0.00 MB 1 0
100,462 100,462 00000000000299dbfab6126b918263c34043a11f3ca52bd2d1be519c442d72bf 0.00 MB 1 0
100,461 100,461 000000000001c6020d1c866131a8f8c78576cde2d831fd8f55a8044e3e6d1052 0.00 MB 6 0
100,460 100,460 000000000000963232829356f697b4d469217a715a855db18104068d64b25f3f 0.00 MB 1 0
100,459 100,459 000000000002124d1a082c703d9a0c35fcd9eff0a9cb85111a895292ef760d3f 0.00 MB 2 0
100,458 100,458 000000000003e648e20573729fb0ba18333a9cb1fc282bb670089875d4583e6b 0.00 MB 2 0
100,457 100,457 000000000001ffe46b8dae045302749a24d27338f16e59bec5db4f30ce78f9a0 0.00 MB 1 0
100,456 100,456 00000000000358fa50cc8a7964b1e7f2f232c37ae22ea01c1c996fdf0db73672 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,776.97 GB sent, 99.74 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.