Memory Pool Memory Pool Refreshing

2,864 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,775 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (117,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,289 790,289 00000000000000000003b00aee6a89774fbda5718ae83f48b06d64a62cf23b45 1.90 MB 4,145 26
790,288 790,288 000000000000000000000c2d8e591bb6878bc111505ab4b9b9438c5b3202a415 2.03 MB 3,703 36
790,287 790,287 00000000000000000000b63aef164909f878e663641abb798729669b47163a90 1.75 MB 3,151 50
790,286 790,286 00000000000000000000e69cbf9921c1d11a7f73bd81395209186f7b2f2d595b 1.70 MB 3,738 65
790,285 790,285 00000000000000000000ade30712d7382793483aa5c596b19a2368f9c4de91d4 1.48 MB 3,532 84
790,284 790,284 0000000000000000000390757451d3d20d843a82333c4a54c4c5279c26e8ab26 1.72 MB 3,565 41
790,283 790,283 000000000000000000059f548a0b1761b38981ac83729f9620076f3036126f4f 1.56 MB 3,161 22
790,282 790,282 000000000000000000007008e2ffcc0806723e52b8db52d882a6ba2391c70d4d 1.72 MB 3,768 42
790,281 790,281 000000000000000000038eff60335b4090d3050c07015075952bdaac174a5f67 1.87 MB 4,526 24
790,280 790,280 00000000000000000002aca4bb38765b63f1aba975db5563c4cf3002156fac02 1.80 MB 3,809 30
790,279 790,279 00000000000000000000cfce82348df4564a91dfe8ea4b47f4ee63376b26467d 1.52 MB 3,117 62
790,278 790,278 00000000000000000003379f7a9307d91ed7658e3cd35155d0affde9c67f5e5e 1.62 MB 3,415 64
790,277 790,277 000000000000000000058accce9bd9f4846c11d59790285892480a25e8c77528 1.96 MB 4,651 35
790,276 790,276 0000000000000000000052104a0372ed82e469811d6aa81bc23e5bc856292cd8 1.79 MB 3,724 31
790,275 790,275 00000000000000000000b1e62cc618fbd158030aa9183095303ef25b212464f3 1.77 MB 3,603 51
790,274 790,274 0000000000000000000063a9cbdb3a832491d4cb89ca4334a9a5a5f386eb7e5c 1.61 MB 3,611 66
790,273 790,273 00000000000000000004603f99cf6b902202883286177b50764129f91090e197 2.06 MB 3,667 31
790,272 790,272 0000000000000000000550e3a138f84f8425d4a7921a336220049987cbfd1f76 1.71 MB 2,889 57
790,271 790,271 00000000000000000001c951f76bd2d92beda3c1ab615d57558ecf654c900042 1.61 MB 3,587 82
790,270 790,270 00000000000000000005278dd9905e1f04557a1a79ee30df845d335fb81bdd41 1.56 MB 3,386 57
790,269 790,269 00000000000000000000483046323b2752db3dae22c2452ef101a3a29db4743f 1.81 MB 4,222 22
Previous 10 blocks ↓
Total Size: 769.05 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,627.43 GB sent, 93.12 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.