Memory Pool Memory Pool Refreshing

2,166 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,128 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (234,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
673,219 673,219 0000000000000000000b129b145a457e7eab1b891f83d005d6c2ee26ceb9208f 1.12 MB 1,917 21
673,218 673,218 0000000000000000000bd1abdbcf47d4726809e8f88d5bd5b48350074dc3e891 1.30 MB 2,244 40
673,217 673,217 000000000000000000092ec3cbf879625b074daa1d5199fa2656976a3043f335 1.26 MB 2,268 41
673,216 673,216 00000000000000000002951e09f49d33491c87fb8ed8138e69ac18cd0299e62d 1.37 MB 2,445 92
673,215 673,215 000000000000000000065c96c827edf07155b04526b33fb08a352a086f64db63 1.41 MB 1,748 62
673,214 673,214 000000000000000000055eeb4aac7f61ef215081dbbff8506ab81af5c0d3c0f2 1.19 MB 1,663 106
673,213 673,213 0000000000000000000cc58418a54bdfc615d544db0191a27983b380090a66af 1.39 MB 2,144 57
673,212 673,212 000000000000000000046ec82e670b2ae72b8fbf4df7e9c3a5296effad547ea5 1.23 MB 2,080 43
673,211 673,211 0000000000000000000889e6519680f3c53d0b11ae268d4401fb655223c4bb86 1.51 MB 2,222 80
673,210 673,210 0000000000000000000b85b50fb3251988e2bc88901a4d8662b5a7eb142dbe0d 1.29 MB 2,390 103
673,209 673,209 00000000000000000004694b14b37677e5096b3d0700452964dd1d3e73e49279 1.36 MB 2,086 42
673,208 673,208 000000000000000000085c6f2c80aff956a6b041612078ff6cf6b29d3ec1c8f1 1.23 MB 1,692 87
673,207 673,207 00000000000000000002d92b06272209fcf622832981a4b07349fef8cf422de7 1.27 MB 2,395 119
673,206 673,206 00000000000000000004fd9e5f13cd2404a4dd3c558358780f0f7d17b5870555 1.38 MB 1,987 38
673,205 673,205 00000000000000000003393d307d0497cc766e31c6309f2584f23b554357cfb5 1.41 MB 1,939 71
673,204 673,204 00000000000000000007877306221210b41c20b8138761e4a7e1c10c0366132f 1.62 MB 1,690 51
673,203 673,203 00000000000000000003f297d98e495db0e90961a06ea1c2022ffa2619144dc5 1.45 MB 1,912 57
673,202 673,202 0000000000000000000920a01bbe7423d49893c838c379223fab9069d4296050 1.51 MB 1,483 35
673,201 673,201 0000000000000000000738351928419eb1ffa3107f0e7d94fdb41f19984ffe8f 0.00 MB 1 0
673,200 673,200 000000000000000000089f51c51e54672cd27baebfd49e06ebdaae907061aeb6 1.39 MB 1,891 58
673,199 673,199 0000000000000000000336e082cb0a1022db498d7ba446aa6e480c3987c17d9f 1.26 MB 1,845 95
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.