Memory Pool Memory Pool Refreshing

3,987 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,464 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (41,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,574 866,574 0000000000000000000273352c4b3924de73c38faebe71f12698ed442aed046f 1.59 MB 4,595 3
866,573 866,573 00000000000000000001a97177053f2a2a58f216ef16cbf3ca4f1b0b9f350dee 1.54 MB 5,408 5
866,572 866,572 000000000000000000016e9131b998b7928c8c85d2af58572fc8001599c987d8 1.51 MB 5,727 8
866,571 866,571 00000000000000000000d8a6455b4d0b5de1a058a3188abe72c55c529ec16477 1.60 MB 3,899 7
866,570 866,570 00000000000000000001e7301d1312d45b61d867ab8da5a7003af6708e2bdddf 1.57 MB 3,931 5
866,569 866,569 000000000000000000028009c008a7dc62d57754f156d2aabc1d59821c6b532f 1.57 MB 3,862 10
866,568 866,568 000000000000000000001efc02ed0d313edefca04fb56117a53f48a88dda28e5 1.48 MB 3,750 11
866,567 866,567 0000000000000000000109d445a97e9906e76a09314978e968fd1a83b0b92d99 1.48 MB 3,976 9
866,566 866,566 000000000000000000010eb16612c967a52f942b1c7d64ce4c44115b9f952471 1.49 MB 4,425 16
866,565 866,565 00000000000000000001128852e57186eaff6bb906e371cd866920359aba23fa 1.60 MB 4,788 14
866,564 866,564 00000000000000000001ee2763cbb23a0a61227cf17d4a3e2f6a53e6c069a953 1.52 MB 6,817 22
866,563 866,563 0000000000000000000067cecc38fe877348513743bc995c2edcc9a2d731c977 1.48 MB 6,665 21
866,562 866,562 00000000000000000000c44eb9b05222805787ca6ba7e2106344ccf3b5b78c56 1.50 MB 6,564 22
866,561 866,561 00000000000000000002840cf8270ff686263de2e8c360c5fb2fd557dafa4eda 1.49 MB 6,926 26
866,560 866,560 00000000000000000001ba4b974271548f2dca29cd01866111cdb1085f9b2a33 1.47 MB 6,857 25
866,559 866,559 000000000000000000021f210e5d12e04e6e9ad212563d54f5c71dce74174775 1.45 MB 7,178 24
866,558 866,558 000000000000000000004dd3fae8fd8ea82a0dc292e00e0ba1ce1403e5848360 1.58 MB 3,085 7
866,557 866,557 000000000000000000013d83bfc34753e8439245f0ae06e3ab70099d6e9c23dd 1.63 MB 5,998 3
866,556 866,556 00000000000000000001132d605c59594e8bc7cece470267d61ab54c9e8cfc1e 1.79 MB 5,125 4
866,555 866,555 000000000000000000010310e1b9c92834eb939caafcd870b034573e24375337 1.92 MB 5,513 2
866,554 866,554 00000000000000000000c8d65e678681209091eb76e6a378435ac89f93a669ea 1.78 MB 7,061 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.