Memory Pool Memory Pool Refreshing

10,346 transactions
4.69 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (605,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,276 302,276 00000000000000007806284282c4694c2df55f9b58917711cb8e3fc73b05b5a7 0.86 MB 1,418 30
302,275 302,275 00000000000000004e2d0e6759083a9eb7e8f6cc1b3261aa0afb926b810b1179 0.15 MB 183 23
302,274 302,274 000000000000000070879745f95de119a42596be788bebf14e30bef4016d6555 0.00 MB 1 0
302,273 302,273 00000000000000004d80b0a9a9075c3f2e8e09573d2cd18b445418d1b51bfd27 0.19 MB 246 27
302,272 302,272 000000000000000019eade7bfd868580f64a3b79f67d6989a77cc0697df78275 0.50 MB 936 36
302,271 302,271 00000000000000007a7a63e35021c18b6bf6f0becfa6359315fa160e184fea3e 0.16 MB 319 31
302,270 302,270 00000000000000005aaed27d7ef733eb22e5684889087b514ba6bec2c3385401 0.15 MB 224 28
302,269 302,269 00000000000000002d64a9570b1c47bdcf84b161e290a3ca7627524737061fa4 0.75 MB 1,171 28
302,268 302,268 0000000000000000269ff5f7d88885508f5a0dd62ee0e145ff570b5a22275cd9 0.65 MB 1,048 36
302,267 302,267 000000000000000059cdfb9ffae35d3ffd4d6cf6bc73ef667f08e3fc0e72f737 0.43 MB 900 31
302,266 302,266 000000000000000047d08541753ad5c2f7d55b21e18dfd3aaf52ec0c709d3ea8 0.70 MB 1,114 32
302,265 302,265 000000000000000059de1f46ad3d980de5bc4cb771868fbd7b5de15c9b754a7e 0.13 MB 281 33
302,264 302,264 000000000000000002062deccc1817b5a3fb2e8c319c347df222a7b56fcbbc75 0.68 MB 1,391 35
302,263 302,263 00000000000000005d4b86299311c1c5e7dbc4b37ad977b893f720c504b0dc87 0.21 MB 433 35
302,262 302,262 00000000000000000245d5eda7a57d7b3000b7b08d1ca504e87627666a0aade4 0.28 MB 549 31
302,261 302,261 0000000000000000358b3793b9795325f91ec4f0fb4ced73495f575ae9ba5419 0.29 MB 425 59
302,260 302,260 00000000000000003856203128bc536d1b715355c31bb0d93ac662f57996eeb0 0.08 MB 184 25
302,259 302,259 000000000000000070b27ab7a93bbfe4975dfece748021a979710e5e279a87d5 0.24 MB 382 34
302,258 302,258 000000000000000020887a653b720aaa5408d664cbe05db5a5a841264f1bb86e 0.10 MB 183 28
302,257 302,257 00000000000000006d9ff5a4fb5b8865d9ec3debf43bd3cd1fa2808b93411a22 0.21 MB 394 28
302,256 302,256 00000000000000006622c118e9296254e83741a839c23acbeb42cc1cd31addcf 0.04 MB 68 14
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.73 GB sent, 93.04 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.