Memory Pool Memory Pool Refreshing

14,225 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,194 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (376,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
531,069 531,069 0000000000000000002861b674773d3b9b6ffda350504510c5cd01d14d346a92 0.10 MB 218 38
531,068 531,068 00000000000000000007817f0cf9cfef254839cbf0e69c4cacf71b161e02bec2 1.34 MB 1,674 8
531,067 531,067 000000000000000000048c927e180971451a12b4d56a6ed443b6af054165b10b 0.44 MB 826 38
531,066 531,066 000000000000000000093ebe73f199d14538a6d693cd0c9762861ca427655b9f 0.61 MB 1,407 29
531,065 531,065 00000000000000000031b9c77252b3b1feb685bcb5abc6fbece294a422bf9fd6 1.22 MB 2,691 11
531,064 531,064 0000000000000000001c670b5cd9e95aa48a1b64e5a696f454f515e01868bd93 1.14 MB 2,258 34
531,063 531,063 0000000000000000003379b7abdddc8392c2fd880c86e8c086104464edbd46b3 0.38 MB 764 29
531,062 531,062 00000000000000000001ec6b45aeec1e45c9cccc4aa72859649b919abc415011 0.37 MB 874 18
531,061 531,061 00000000000000000016e17ed519b0c0d0b79eb9dae75e3cef7aa2e32f079e24 0.09 MB 159 12
531,060 531,060 0000000000000000003052ef8f26944fcc542e245efa163bb5fe2ee9a120a910 0.23 MB 535 20
531,059 531,059 00000000000000000032034d2379a4b8274807f0c6e46cfd4991048a9d9ce284 0.18 MB 325 35
531,058 531,058 00000000000000000002c48bd682bd67aa7ae06b3c8a6d9ef35790cfa7d277a4 0.30 MB 668 19
531,057 531,057 0000000000000000001daf6fd5a805f7f0badb01dd76f1c2da14d10a412e56ed 1.01 MB 2,096 18
531,056 531,056 0000000000000000001c3673da97a201a2df283c66cedfc5faa4155a5e5a3b24 0.27 MB 627 16
531,055 531,055 0000000000000000002c83fd45e47c59d3f69e3bb23c0ca86b4ffae78bf81959 0.27 MB 700 19
531,054 531,054 00000000000000000010799fea7a415d50bfcaeca0892557da69dd4e0f2c1c43 0.55 MB 922 20
531,053 531,053 0000000000000000002d67a1c44987b87ee770a80df8a652a69c42235c9a4da2 0.22 MB 595 15
531,052 531,052 0000000000000000003436722e528c24329566ae139f1739ee8522906e995782 0.23 MB 526 33
531,051 531,051 00000000000000000005ba94d0b3b1900eb9321da4454d5fc640b95776ddac2a 0.16 MB 371 20
531,050 531,050 0000000000000000001b6c8d7417f64a8d7d941b26504b1d847d5a933aaddabb 0.13 MB 366 22
531,049 531,049 0000000000000000002065ea994b0e55e2315de77d56fdb83a99e349045a1b21 0.30 MB 727 19
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.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.