Memory Pool Memory Pool Refreshing

8,023 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,873 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (869,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,612 39,612 0000000067ba949fac4244f928abd3435f5db17b78094487ce94206304e64bc2 0.00 MB 1 0
39,611 39,611 0000000047c464955b33c4ba904d072cce5872389624d26805297bb6bb19681f 0.00 MB 1 0
39,610 39,610 0000000086044cd17b3869b2795cd7f69e7d84b5fc9f37ded612b5669c8c5d32 0.00 MB 1 0
39,609 39,609 0000000042b899ad0f6553a2de1898d7a71426ef844569ed1280179a9aab9e4d 0.00 MB 1 0
39,608 39,608 0000000029f555b8412a24c6d86362ad3ec87a0b3cc4293ceb008f88f51fe35e 0.00 MB 1 0
39,607 39,607 000000005e62e5c81b156b0277dbe8a20588974e2c31b024e2cbaa855f32fa6d 0.00 MB 1 0
39,606 39,606 000000005ba146e11ce8dca5aacd3e569eb6c5d44ad50007f4ad1a74fa7b75c3 0.00 MB 1 0
39,605 39,605 00000000243b7fb7c870033a51bd3c9902f53b3e71f36971367ce6258b16b1a0 0.00 MB 1 0
39,604 39,604 0000000040f6743351f414b8fde99f88b5b232fa11d4f1357c7364dbc9631a58 0.00 MB 1 0
39,603 39,603 0000000064997dfe02c6078e719981e310b0b12e0b8b419354e697e8061bbdd0 0.00 MB 1 0
39,602 39,602 000000002189fc70fd6ee04bf43fd6b44319fcb6c252c67689bc4d68bcc2105e 0.00 MB 1 0
39,601 39,601 0000000050078db681ca1b474342805e65d1f840bc77c5e51f505fb270bcfbf9 0.00 MB 1 0
39,600 39,600 00000000512eb6202e6354d8ee0c06a878e7bb054e730f25db60b2c8e778104e 0.00 MB 1 0
39,599 39,599 0000000088014a31745dd206e0d084a24878deb9588821f2b62e8abba9ad7529 0.00 MB 1 0
39,598 39,598 0000000012a0f86da5bd04538eaa03b2c327639a8f7a6bf0358b8e345a236adc 0.00 MB 1 0
39,597 39,597 000000008ae039ecee854d64e35bb0e08d98b475322ec6087883eef3aa6a3a8a 0.00 MB 1 0
39,596 39,596 0000000002317012bda435189040356f3c8cc95610036af751f418800d1baff3 0.00 MB 1 0
39,595 39,595 000000004b314af8618ea948a02a699934f7cfb6975e9f76179febc13656beda 0.00 MB 1 0
39,594 39,594 000000004a262226d071a00821dcbd8dca35012af5a015b9d9f6fe52c3e002a3 0.00 MB 1 0
39,593 39,593 0000000028d0732ed48cce1c4dc8f3f4441a5d2fd10554c281c7bbd1d9ed1346 0.00 MB 1 0
39,592 39,592 0000000032f9e510a0a4a6088cd2a444c7979606c107f3d99c62bcfe9cba5ad3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.35 GB sent, 101.96 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.