Memory Pool Memory Pool Refreshing

15,875 transactions (7.52 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (12 blocks)
  • 5 sats/vbyte = (8 blocks)
  • 6 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (5 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 723 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,916 (899,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,014 9,014 000000009cfa56aad416605ed3a78c1a75e71263c2fb8582fbf606ba7bc92027 0.00 MB 1 0
9,013 9,013 00000000a2185f1af428c37a1b72cd744761ede6656c601d7bee0de68849c6b2 0.00 MB 1 0
9,012 9,012 000000004c6fa7aa02a1f50d51b599a8c40efa663dbc45f092d4ec35a469f823 0.00 MB 1 0
9,011 9,011 000000003093404f242deed7393adda6cef961644debc2cf14d2a2bf8759bd1d 0.00 MB 1 0
9,010 9,010 00000000dfe0e38f6081da0a6de538fe8643cd25cb7c350e7cf1ce42dda179fe 0.00 MB 1 0
9,009 9,009 00000000b428c06480f909c7424c17c292c2068b5b52584010aeda8294ca89d3 0.00 MB 1 0
9,008 9,008 000000007c4ac02d6a442170cc02dd26e1cb9e98d8e20c5d80b431d1fe2c9fc7 0.00 MB 1 0
9,007 9,007 00000000e4a25e5979f06f2eb95c8bb2e80b0d0ded6ad3508a8ca1b8cb59265c 0.00 MB 1 0
9,006 9,006 00000000d62541570fc319e4496fec3961a06be293cf2f504f57ec7b9466f07a 0.00 MB 4 0
9,005 9,005 0000000084c854eb834d7b51d570cf00b6c5d95c5bdd031fb9649d60be10357f 0.00 MB 1 0
9,004 9,004 00000000afaa28d7a8633e32946906d78cfcdfeb06cbec5826c12f688aa23b9a 0.00 MB 1 0
9,003 9,003 00000000544f0dab00170d46c09c6265bb74173cc53d9d1e7322d349f7022d9e 0.00 MB 1 0
9,002 9,002 000000009a2c01f2e4c8f66b4ea6813f011dfd27e3d354ef449b6ab461f18d45 0.00 MB 1 0
9,001 9,001 0000000003755221a82a55ef769e3a785768fa567a1c03580cda400656f2b216 0.00 MB 1 0
9,000 9,000 00000000415c7a0f3e54ed29a3165414e5952fce6848b697696fcc840011a5b5 0.00 MB 1 0
8,999 8,999 0000000098d356d3127dc1a9984018c08692c89121d340910be45497691b2a63 0.00 MB 1 0
8,998 8,998 000000003a72ab8ed0504528f0d8272445d2cb77af3367f2b3c274a52b7f9ee5 0.00 MB 1 0
8,997 8,997 0000000064977bd776a9bf01a4bd7cfc0315888d072c4e7ad33ba2f6b2de5ec8 0.00 MB 1 0
8,996 8,996 00000000c411dcc4a6b2bdaa4a8678eee208926f25824237e9470dab80073b1f 0.00 MB 1 0
8,995 8,995 000000008b0cde449f5fb47eff545764f75872783ee24ab4f636810c3b60a45d 0.00 MB 1 0
8,994 8,994 00000000fb00a6ee85e96ed7418fce94d36a4b616914f6e5a1fb80d9ff88b8a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.39 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,864.00 GB sent, 104.37 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.