Memory Pool Memory Pool Refreshing

1,914 transactions (0.61 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,099 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,098 (834,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,953 74,953 000000000008c63cd417c1840a0f8fc03fcd79edf54a3ae4dd030a942f968421 0.00 MB 1 0
74,952 74,952 00000000004d4596ad89c0f8b66e40ea8de7ca84f7a1c7e55a5716a45b02cc76 0.00 MB 2 0
74,951 74,951 00000000004c3282f84d89661e7d17c830f14ac51647b21e5b07e612f170e27a 0.00 MB 1 0
74,950 74,950 00000000007b76cb57cb73e12f8987ca784cdcf3e420a5873b3ea57ba9662c89 0.00 MB 3 0
74,949 74,949 00000000000163caa2651f7bceffa416e02b5c6704f90a3ae92e7f953c19ae35 0.00 MB 1 0
74,948 74,948 000000000038bd2dd2ae916cb86d2225241e551a4583b1d24dd2b9c69a0b641f 0.00 MB 1 0
74,947 74,947 00000000001f78a206ce7fae2735f4a69de0a75e76fa004a343b2176c0534dd6 0.00 MB 2 0
74,946 74,946 00000000001594150cfa05ca43385a33bc64572a58d9cb1bc4892bb7c8471365 0.00 MB 5 0
74,945 74,945 000000000021bc10ba8e8ba5a7051571cd7b58eeed8a5ddafc28727a35260012 0.00 MB 1 0
74,944 74,944 0000000000159e2f9d08dac44d8c032390ccf82b49a91432da6066d9df312e40 0.00 MB 2 0
74,943 74,943 000000000035f06140efd23c725b9d7feab004261b8f8242c728713c00dbff72 0.00 MB 1 0
74,942 74,942 00000000004f2b6c9298bd9064b98cad6f9d94b378e9b762fd58b1fecb6dd219 0.00 MB 1 0
74,941 74,941 00000000001d2242681daf7b5d43ca4e8bd00c7dccd93d62f062bcc161ce39e2 0.00 MB 2 0
74,940 74,940 000000000037b06e497b4f3ca30b5eb913aec1377e26dc145c41c02edf3bf4cd 0.00 MB 3 0
74,939 74,939 00000000005f93468b819c6d2c47dd672195f06ea0b3088134994ea33630ff1a 0.00 MB 1 0
74,938 74,938 00000000002a1b63d6f38a272543feafe293a5ebd9b336209ef8294d1e35b86b 0.00 MB 2 0
74,937 74,937 00000000007cbba8caefc23d3639c3cc99ece44a1e736499d85b3aef0d0cb083 0.00 MB 1 0
74,936 74,936 00000000005a03bc53bb2af2bdc03073008e88e0c6965686b09db2fa88137f94 0.00 MB 2 0
74,935 74,935 00000000002be6640fd4d25e1dcef8820348252acea5238cedaf2ffe3a3c6247 0.00 MB 4 0
74,934 74,934 00000000004ee6820aaf046cfa27e5394d079f177e6d026d0b329c0bf0262f9c 0.00 MB 2 0
74,933 74,933 000000000061b9a918367eaea83e8b1c056de7ba5d94d57c5e6add96947ffeb2 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,915.08 GB sent, 106.18 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.