Memory Pool Memory Pool Refreshing

8,237 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
883,115 0000000000000000000277260000000000000000000000000000000000000000 1.00 vMB 4,563 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,114 (882,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
684 684 00000000cfe570ffe54c951eee22ad4061275e6bb7e8790339860535b0c341dd 0.00 MB 1 0
683 683 00000000cdecc1f6931a75229cdfe318c0501eb6b4fa3fa8633967d39f4a7430 0.00 MB 1 0
682 682 00000000d3d00462bebfb057d6c3eb931a7690447a31b10f0db37b150ed4c08b 0.00 MB 1 0
681 681 000000008c3c1a85063bc181d4ff51425209ba6788a0f85c473667620bed5780 0.00 MB 1 0
680 680 000000001943f7332d6eed79dd7c66f37c571c47f51faa9f34efd13e3f4e181c 0.00 MB 1 0
679 679 00000000144cf235e3c011e236d261bf535720eebf6ead83ceb1e9fc1e5e4c16 0.00 MB 1 0
678 678 00000000038ba6aef61ecafa4361db063b2b86f24202b0ac857253f13461eb5a 0.00 MB 1 0
677 677 00000000ff1f5a558c320074a15d59eaa0f05e98f7258075f69ad3303eb9c759 0.00 MB 1 0
676 676 000000003ea24331e6028681e1d342c0f21a45c3e205f24ccd5298a6497d1c58 0.00 MB 1 0
675 675 00000000c1c260c8e5913550e4321b0feffb74e19897c4256c57084ec81a2b92 0.00 MB 1 0
674 674 00000000c12782db7d1c20d4f97cef3469da5f9db7c4977e97cefd7e9d0cdf06 0.00 MB 1 0
673 673 00000000ea02e80eda7207d0e12b78a99dc94aff6bd2f199ea3a6cfc591a97f6 0.00 MB 1 0
672 672 000000005d0ceb9dfcec53ef56b48f949f6e7a4e76b6fe9641fd02beff7134b4 0.00 MB 1 0
671 671 000000009e48aa3498ce546a1cbfccbc083e080108b06e0ad4bcea59c74a1af1 0.00 MB 1 0
670 670 00000000bb7f77903d7ebcd8849cc4c6570bbd52e623f6ee341e8e67241251fc 0.00 MB 1 0
669 669 0000000062f7c49b1b1fd14cac362c40affbf322e40c9f2603148e62ae95ac9f 0.00 MB 1 0
668 668 0000000049caf505993a97999aaae3865ad632f413c1f7465b5629fd77153beb 0.00 MB 1 0
667 667 000000002c366a1d494cfe69187059aa125ba410b9779ac6dcda38d7e6711fbe 0.00 MB 1 0
666 666 00000000fc5b3c76f27f810ee775e480ae7fd604fd196b2d8da4257fcd39f4f9 0.00 MB 1 0
665 665 000000008b3292ededf3a3a675c44bb2a2ac378878fad1c10cef4219f2d95100 0.00 MB 1 0
664 664 00000000314adfb954aa27794bf6015ff65112ad64adf179338e979108277226 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 724.72 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: 2,271.20 GB sent, 86.40 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.