Memory Pool Memory Pool Refreshing

911 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,755 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 900 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,754 (838,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,684 70,684 0000000000087eaca0e5df198d2816a9bf8ade5dbbf1175b1d1d7559f8ba80f2 0.00 MB 2 0
70,683 70,683 0000000000c70cf26ba170c1d9790d74e8fbc9eb4cb3b45d56b13cb77487c1fe 0.00 MB 1 0
70,682 70,682 00000000008ec5d8866ef679d4de88d71800ed7b3489654cbfe46fcc204ecece 0.00 MB 4 0
70,681 70,681 000000000036699b77d1cfb53a71ff8bd80302d17c74a486bf6483f3b7561128 0.00 MB 2 0
70,680 70,680 0000000000b059e077e0fa41adb70faeb47233c72882ba612e3f593984c0e488 0.00 MB 1 0
70,679 70,679 0000000000bc48a0e9d07deb0460008bb9c51e442f54fe5784ba7159d687e981 0.00 MB 2 3,875
70,678 70,678 000000000045a293c20df9cf2c8231c68625cba2daa78badeaf21d37512262f4 0.00 MB 1 0
70,677 70,677 0000000000bbbe49f5545e98d2fb79a0b448ea5e6b9ec8db55b653e477973606 0.00 MB 2 3,861
70,676 70,676 0000000000c394e66c6acc93875ba3ea1763b7f1c9c3ebcd12e878f490631148 0.00 MB 1 0
70,675 70,675 00000000006971758e7d6aae860e9cea00a759e9fa87dc7eff29408b31ead753 0.00 MB 2 0
70,674 70,674 0000000000bbaeb4837d1c8c0d7a1de54a13127a22e1e9e1e49e297f9bece9d1 0.00 MB 1 0
70,673 70,673 00000000002da72615c2ab39846ac5d7c94dab3bcd48dbf41e27523c9cae456b 0.00 MB 1 0
70,672 70,672 000000000056211094d04b3f0edbdc7fa5ae15d6240c332569cc46f214fa6968 0.00 MB 10 887
70,671 70,671 00000000002eda607feb78c6c82af965be626f718f1123837e1b06b2e44cc2c7 0.00 MB 1 0
70,670 70,670 0000000000766c5b960a01c297044e467612610d3134363963d6f6132e23a130 0.00 MB 11 0
70,669 70,669 00000000002ae579e65fe3458cee6c7cb7c736db2d9338fb134d797d18965e36 0.00 MB 2 0
70,668 70,668 00000000002f26213a2130607a99bdf351d8f364b5ace46fc0a3e9631f3f2856 0.00 MB 2 0
70,667 70,667 0000000000ba144bde151852cb01cd9790d6f180f46ae0d959adfeeb72a48425 0.00 MB 2 3,891
70,666 70,666 0000000000c9e4eebccad2ed930adac2f6220f3d48e9daae23911669a26869bb 0.00 MB 3 0
70,665 70,665 0000000000dc38e641e0a804f217d1a05139f9dcfdc4ed42ae7fcb7d1dfb2bdf 0.00 MB 4 0
70,664 70,664 000000000066372e8fa967d3bb9854ffff078276a8edfdafc16288089b2bb2cd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.11 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,856.21 GB sent, 102.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.