Memory Pool Memory Pool Refreshing

15,154 transactions (3.74 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,032 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,543 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,031 (827,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,644 81,644 00000000002b5842ec0c45b7d5f97e3a38788bf1b31814213e76bd35a3d32c28 0.00 MB 1 0
81,643 81,643 0000000000184d967116092215899414ee96a27b86dbe8a8dd2bfef7f769c53b 0.00 MB 1 0
81,642 81,642 0000000000203ecc0e8512891edb9cd87d4d0c1d437dc36bf417068059ee2b9f 0.00 MB 2 0
81,641 81,641 000000000000bdc46ef4b45f3d8e7fd4f3d668dd3b4c736219477fcfe6dcfa90 0.00 MB 3 0
81,640 81,640 0000000000030db46143542205579b97ca9da9ded38164aa5d9fea80b2b39028 0.00 MB 1 0
81,639 81,639 00000000000ba443738d61174b319fd0d29a7afd7fcfbcb533f7f0fe375a4d14 0.00 MB 1 0
81,638 81,638 000000000045b60719b1d77ce1f87f84ef2e0e9ce973cdad62f22c4bc787558a 0.00 MB 3 0
81,637 81,637 00000000004298bc3b44d094fcb40f1c8181715d7e4d6247c68221669b745345 0.00 MB 1 0
81,636 81,636 00000000003de6b7d597b9a98b6d89e567af758dd618b7d8f18c56623b715e36 0.00 MB 2 0
81,635 81,635 00000000003de70be3819e6ec559ff7bd7fefbc82301cf31bfce5bed64540de1 0.00 MB 1 0
81,634 81,634 00000000004748543e690a95311fbd9300fc9104d471de69e7dee177d3da1ae2 0.00 MB 1 0
81,633 81,633 00000000000acfcf7503bdab043fd07b3d4a790eb5a45d94f62c0b872105c497 0.00 MB 1 0
81,632 81,632 0000000000214e4fa9f6ddf86363a8e1f4391f82da97f8133126559b05255cab 0.00 MB 1 0
81,631 81,631 00000000002aa90231aa69ab3c5ff8562b16d6ac223aaff8ff3b318fac5303be 0.01 MB 3 0
81,630 81,630 00000000003f7944b24a29517168a0eb5d528d087ccfc06a60cae32f66d0ccbb 0.00 MB 1 0
81,629 81,629 000000000015f45e234d4f6349c9b7403009b78f6ca969c1cd3d141ea3c500f0 0.00 MB 3 0
81,628 81,628 00000000000d57ed741eb50b2f39e3fe3c1ce989c40394e7a4e4d9ecee6b2d28 0.00 MB 1 0
81,627 81,627 00000000001bd5ac7329097b9888628c33c7adeecfc6e46f74fbab006f4c2127 0.00 MB 2 0
81,626 81,626 000000000030bfd22ed67169b6bbf9ba994618fa9840642d395b56134f15176c 0.00 MB 1 0
81,625 81,625 00000000001272fc0e0cfa9d08d854cfac681a939dccc21aecd9f7074fb0df2b 0.00 MB 2 0
81,624 81,624 000000000035a5aff40b0f7ff85777b6d7c3422d27b4c50433355f893a55e04c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.61 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,894.32 GB sent, 105.52 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.