Memory Pool Memory Pool Refreshing

2,604 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,298 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,598 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (818,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,089 90,089 0000000000053cf7a53681c5fc32d5bc63b9fba54a86dc02d533388d6fa6931f 0.00 MB 1 0
90,088 90,088 0000000000114137f9a0af55953081592917a18a14cbbd87c1de65fde58bf4b9 0.00 MB 1 0
90,087 90,087 0000000000060157dfb8dcbb755bc73e4e6e93581968d46f3539305a5523678b 0.00 MB 2 0
90,086 90,086 000000000013e68e37eb8a5f525059c6c86354cb5836f89e7c90da3bce26fd08 0.00 MB 1 0
90,085 90,085 00000000000784a4af1d2b532f6aaa571febeffce845b4fb200421994926a35c 0.00 MB 2 0
90,084 90,084 000000000005c99346c3702935f6119324c7a36219f66ba30cdba392429c732e 0.00 MB 1 0
90,083 90,083 0000000000058a0d83b9aecb30fb06e506245ed1d022f5405b91f24e2d2015ce 0.00 MB 1 0
90,082 90,082 00000000000bc79a19afa29387c31a576080a54ab0b6b04859892079bfeb20e2 0.00 MB 1 0
90,081 90,081 0000000000143dfb98a0b5ad1af3752183071737cadf85408d54667ae2eac137 0.00 MB 1 0
90,080 90,080 0000000000018d1b3429a5cb64e6eca63d90428b555fb3a8f78da4a887e43f36 0.00 MB 1 0
90,079 90,079 00000000000cfdce3bf8021cf2e2d700dee7e6cd7f8fad5ad300f2c235dfb0a7 0.00 MB 1 0
90,078 90,078 000000000005e01b52bb0fac9c99c7b1180d989510557ead1f0154a6b94ae23d 0.00 MB 2 0
90,077 90,077 000000000002d34b71c470d939574d728bf6aa5f964dfbc5113373357e6cff73 0.00 MB 3 0
90,076 90,076 000000000000c8753e2f2b7dda67badce22d36d095d04da5092423265ccc1cc2 0.00 MB 1 0
90,075 90,075 00000000001320f5692c3b43f348c487c940084da01d4221be961a688f84ade7 0.00 MB 1 0
90,074 90,074 0000000000142de2e27c9ecfb376c05a86112c3334bd998fd0c8b1b30533122a 0.00 MB 1 0
90,073 90,073 0000000000040761fbbae92fd165f6ebacba59ca81ed737cca4e641eba7ff453 0.00 MB 1 0
90,072 90,072 00000000000e361ad30e552ef4b0c2f2448c5666d0d9b403ec0c20485748776a 0.00 MB 1 0
90,071 90,071 000000000003bab20e93641f5a38de16d5419550e71366b8e0d1e331090a9beb 0.00 MB 1 0
90,070 90,070 000000000014a7b2c521d81c0326955fe198d553cee76a2d37dcab4d70925afc 0.00 MB 1 0
90,069 90,069 00000000000ec6295b8377b6d7257ba482b175fcf5f8f293f0bb001eac0bfd36 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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.59 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.