Memory Pool Memory Pool Refreshing

10,167 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (532,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
375,168 375,168 000000000000000009105867a8c27a7d8457f5790655fc1847e19d7abc22f8cc 0.75 MB 1,824 70
375,167 375,167 000000000000000010f4242296a7de657301efa9111cdb45be8aca2751dea2c6 0.44 MB 776 20
375,166 375,166 0000000000000000115c914ab8e165e58126c66f11743967256796ef75e80b14 1.00 MB 1,686 36
375,165 375,165 00000000000000000459dbacf0421b5fcff29aa7750702768342060f8bbb4f3f 0.92 MB 1,416 27
375,164 375,164 00000000000000000aec222933af8f043dfedb5396c06bc6fac7c8fb1b790f8d 1.00 MB 3,184 66
375,163 375,163 00000000000000000e397de659a9f14dd7c7f07664990550648bf4beaf19e784 0.93 MB 2,147 46
375,162 375,162 0000000000000000090c94b5f8eb80f430ee334f3a0e36fe1fe9529c1fca6b33 0.93 MB 2,006 44
375,161 375,161 000000000000000010baa781510bb3b1ed13c4066cec4574dc7d68ad862565ef 0.06 MB 140 41
375,160 375,160 0000000000000000110f69858ca93c559ffe1b3e87c87a9080185d0d177a727b 0.24 MB 452 41
375,159 375,159 0000000000000000081e451ba8752fd2a4ec0b351722337ff7acce0a5b2d11da 0.47 MB 1,141 42
375,158 375,158 0000000000000000076716ccfb88c010e6cbb7efaba7a5cfc447dc391a8af402 0.20 MB 557 41
375,157 375,157 00000000000000000761b419a847b81bebba6fe84f306fdf442b6a152f675e64 0.25 MB 756 45
375,156 375,156 000000000000000010017455d9a39fe6f6cda821e0e3d81c745271fe5b70271d 0.15 MB 296 35
375,155 375,155 000000000000000003c4fe3b22dfe9163fbec43f40acd4dd9d5ba39db5605fdf 0.61 MB 945 22
375,154 375,154 00000000000000000ce0eb553b5ffe53f3b51c05172265b9c59ebb74c0ce2d65 1.00 MB 2,646 53
375,153 375,153 000000000000000007b9989222dc813fed58e5823eace16ae5ee7bf8ca51387d 0.00 MB 1 0
375,152 375,152 000000000000000000c20da3c91c63a5b29558826950128596080cca387dd68b 0.15 MB 285 33
375,151 375,151 000000000000000000da942d1651d405c157821a3fa55bd0c11cd9b39321e574 0.25 MB 595 43
375,150 375,150 000000000000000003a59dd7275f26106010fb62f991349d0e5fb032f5c0d06c 0.21 MB 412 42
375,149 375,149 00000000000000000eb657206c78973b96a8f9f940ee4106d1fad26c59e935f5 0.55 MB 916 36
375,148 375,148 0000000000000000070119c2065b6ef8cf19f5d88591abca7a4361513f12c74c 0.19 MB 205 23
Previous 10 blocks ↓
Total Size: 769.03 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,625.03 GB sent, 93.02 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.