Memory Pool Memory Pool Refreshing

3,387 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 3,373 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (651,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,560 256,560 0000000000000002ebcc8d78993233c7f299697ab7613c46e8b4ed204c50d8d7 0.04 MB 124 151
256,559 256,559 00000000000000208737b8ee7e68437abb6b7f261c3706a149767e55dd736035 0.25 MB 583 106
256,558 256,558 0000000000000017134d5ccde1f7497b90145fd308fbcd62cea7a8f7f7289631 0.03 MB 41 118
256,557 256,557 0000000000000011dd7cb93be8be03a6fedcc2f7a18b5ded2f0ace764a89d925 0.09 MB 160 91
256,556 256,556 00000000000000261f97033a912f7dca87a2e42a253ffa5e8ccaea6866a50473 0.07 MB 140 74
256,555 256,555 000000000000000011d377faff2061ffaa4dc249f594c7f14f63ea7256cf382f 0.25 MB 666 132
256,554 256,554 0000000000000029e44e50f10b882bd43ef9c1562ce842af328eb19ef794f5cb 0.43 MB 496 64
256,553 256,553 000000000000001764eae65efe2aea9a2857717dbb94ff32cc603a6929bebfc3 0.10 MB 215 100
256,552 256,552 0000000000000002d837faa7c6c652ae94ce8d45c958849cc66801d2c5c22e22 0.17 MB 326 87
256,551 256,551 000000000000001d443dfe9bad0e99e6eb022b0f09d4345b73cabb8e6f593fd4 0.19 MB 512 142
256,550 256,550 0000000000000005b5ff6a1bd441cb7c3f1d5f0b24385d2fdb9f83ca5e979d3b 0.04 MB 90 94
256,549 256,549 000000000000001508f9a7daa0c036ffd6a73a995923c92036bc488e18ed9037 0.02 MB 39 50
256,548 256,548 000000000000000d0999d23d72f9b02c2f7ef1fa564c5f0138f2c0c8226e7bb9 0.11 MB 305 141
256,547 256,547 000000000000002fc907ef2b481c469db42edfbbbd738c0da113a541cd72e6e6 0.21 MB 487 106
256,546 256,546 0000000000000024e881aeff086cfc229313f8a7ef447714223517d8c36ee111 0.10 MB 267 124
256,545 256,545 0000000000000027f3fe5fd24da34ef4461c02358da4fa8c73952b5986aecbda 0.20 MB 461 113
256,544 256,544 00000000000000164c50d13a65b110916da41cab601ac0a8b079349c864ac48c 0.26 MB 410 78
256,543 256,543 0000000000000001c1dcbebcc849be070fe170aff92423ffdf789df425250368 0.17 MB 337 100
256,542 256,542 0000000000000001a235d98ea40ee8f82a3d72e2f5b74437dd3da80e76f91bb4 0.25 MB 627 121
256,541 256,541 0000000000000028dbdc8a283cb25cd5e94332fc24ef8a788367394b2e771f81 0.15 MB 210 55
256,540 256,540 000000000000001e205d2caee8f7bea5a99dd4d233d3c7e2a5e1257b160dd246 0.25 MB 582 107
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.