Memory Pool Memory Pool Refreshing

1,441 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,299 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (815,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,032 93,032 0000000000040a1353be41316ac2ff2dce89f925c04e6cefbf53474528d85fe7 0.00 MB 8 412
93,031 93,031 000000000008e29d8cc4de54fb941c3eda24e46cdb41f0b040034c4dd5cee6cd 0.00 MB 2 3,891
93,030 93,030 0000000000077cba8b015fca78ff933bdf714a3c76c06d6b0759d4999fa44cba 0.00 MB 5 3,003
93,029 93,029 000000000003b3b9bbacb76f4e541156ff9c5b7040f023b947cd8907f087f4b0 0.00 MB 2 3,875
93,028 93,028 0000000000093ada348da55195215a5f71e7a33c2dc32d8dd530e8f2b262b140 0.00 MB 2 3,875
93,027 93,027 000000000005d1b8898d148e75c977e1ba7bad3543c9658e4af30e252d4f4196 0.00 MB 2 3,875
93,026 93,026 0000000000050ff756f3f177215697df43ac1f8075d4959d5c3bc7d68651d2e1 0.00 MB 4 1,220
93,025 93,025 000000000002c9e07720e8bf8616f010d89a5c0cec1836758d550d791e9351e8 0.00 MB 2 3,861
93,024 93,024 000000000001351ca6d710149575c09374d0a57bd89d21f213dc3edfce027076 0.00 MB 2 3,861
93,023 93,023 00000000000377e05ab34caf9b2b38877183e728c10ba137e92861fe997489de 0.00 MB 11 1,156
93,022 93,022 00000000000610fb54cf82454874568a20b5ab13ed59e7a0ea30ee25b1e659f8 0.00 MB 2 3,891
93,021 93,021 000000000000606f7f209e48b5a390d5fd93dae346a35b37d0a1a6e26b483732 0.00 MB 4 2,824
93,020 93,020 0000000000060bcbf638c1650546956b4a11818ca19d3bd6a8ef049ed306afd7 0.00 MB 1 0
93,019 93,019 00000000000797a1153e7ecfed55c09c45694dbfd7c9a89e3f23c3a828e89e0e 0.00 MB 1 0
93,018 93,018 00000000000944d46a3242c28ca46fb7e5da2a134318ef983bc374e604e4ab9f 0.00 MB 1 0
93,017 93,017 000000000004f8ef9b237c4cfe26f72d81ad01a13fa419b825bd21aea01e785c 0.00 MB 1 0
93,016 93,016 000000000000c8ebae4d743343c39188fd25ff1f14e1b15484d260e3bf7a6ea5 0.00 MB 1 0
93,015 93,015 0000000000038be1fb48b9413c263ea8d77833640e60be9e0e8fdfcf6d3619ff 0.00 MB 2 3,875
93,014 93,014 000000000003ac4a88015676ebd52c4196b0ff8ae0e0ee0b904c986a311c7e61 0.00 MB 2 0
93,013 93,013 0000000000058ade42c8fef99fbfae65bf6cc8b3b3c92c9eaa7d89b85435613e 0.00 MB 2 0
93,012 93,012 0000000000085ab0c4ae0bf4b83de6036071b8e6a1ea605a7410b18f8a8867e5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.60 GB sent, 98.38 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.