Memory Pool Memory Pool Refreshing

1,488 transactions
5.34 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,263 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,432 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,262 (421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,841 907,841 00000000000000000000bf24f9a1db99d6db8bdfe9d3e6e81bf5fad36a0d7516 1.63 MB 1,452 2
907,840 907,840 000000000000000000003b78ae0e07eaac149ec07c276cecbe1edc33ec02039f 1.64 MB 3,516 2
907,839 907,839 000000000000000000022f55f8ab442c4904234d73f57d87d292b2fcd493fe59 1.57 MB 4,067 5
907,838 907,838 00000000000000000001612646d6f44f6c5bb4c9550e34c5125cfded3f32c85a 1.53 MB 4,138 8
907,837 907,837 0000000000000000000018fd5e5cd954f113950b38308379f7cd9c4b2937248e 1.76 MB 4,702 1
907,836 907,836 000000000000000000019bb6dace87bb5ae7b35099b92ab24a88c13a244a65df 1.91 MB 2,417 2
907,835 907,835 00000000000000000000258e3e9dce9046e85595303e35a5c603e5b9776be69d 1.65 MB 3,278 3
907,834 907,834 00000000000000000001b41d69b15214959438b4b330cec6962a63f05678682d 1.89 MB 2,978 1
907,833 907,833 000000000000000000021c7653c3b4c34b2e2acaea46e2267d080b62c0f4ec5e 1.90 MB 3,374 3
907,832 907,832 00000000000000000000d4c4fa25926cea807522d79148a7c5018360d61b910a 1.57 MB 2,821 4
907,831 907,831 00000000000000000001c505120601c7dbe20035952dfaabf91b6a5416002fd8 1.57 MB 3,611 3
907,830 907,830 00000000000000000001bf02023e2dd75419b8c7fcd15e74f03aacccc83d41f1 1.55 MB 4,074 5
907,829 907,829 0000000000000000000201ce94d7393ce2f2811a75b6869e88a93fa328b10ee0 2.72 MB 1,160 1
907,828 907,828 00000000000000000001a302ae3e0f4aa455dd440ea83d0d03854383f75d38dc 2.38 MB 2,106 1
907,827 907,827 00000000000000000001de0b3d57d1b56b933f29ce94135ce1fa8d3bdf8821d6 1.51 MB 2,965 3
907,826 907,826 00000000000000000000db430eae8e9ee85fff80736fb118c261531ff07b1e7c 1.58 MB 3,787 4
907,825 907,825 000000000000000000002cb07f483cbabc6b8ef766f079fd950a2122c7925810 1.51 MB 3,846 5
907,824 907,824 000000000000000000001bde0d18f84bf37262738b5297e8e110b36446901b64 1.55 MB 4,259 5
907,823 907,823 000000000000000000014a93ab8af2edb9f7f1f9300cf968dcc71ee3f6e706ea 2.78 MB 1,765 2
907,822 907,822 0000000000000000000182701fdb51a2f52c99a3fcb8350b66aef1887120be23 1.62 MB 3,491 4
907,821 907,821 00000000000000000001b7d47cd8db51864944f2951d8aae0facc70fd9b2b95b 1.56 MB 2,556 2
Previous 10 blocks ↓
Total Size: 770.09 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,691.35 GB sent, 98.09 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.