Memory Pool Memory Pool Refreshing

5,106 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,977 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (798,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,249 109,249 00000000000020d95fa5c8225da12eb59ed1f3a34d8c9694dc7619245cf43977 0.00 MB 13 0
109,248 109,248 0000000000005df9c19d80211111c117357dbee6517432092faa0bed5a7eba2d 0.00 MB 10 0
109,247 109,247 000000000000defebf0a7c11d2eb96064a0f00fae3c8cd268a75806d0f909f13 0.01 MB 42 0
109,246 109,246 0000000000001920997bc034286800790795c1157d9789684e316ddac422075d 0.00 MB 5 0
109,245 109,245 000000000000f3317780ddc1c0dc9079c4c10ac28c74f1fc676d35d3478494eb 0.00 MB 8 0
109,244 109,244 0000000000012141d8c5ce906a606a2029d425a9f6c7da4ac092d1c31b00331b 0.00 MB 5 0
109,243 109,243 0000000000003f692da9b34f8d2fd6ac18ad02dad883cc5b78a2adc76f80de23 0.00 MB 12 0
109,242 109,242 0000000000004c32cd218550a9e60a736c52168e79208228e82159f876e5c2da 0.00 MB 13 0
109,241 109,241 0000000000002541cde245a153fc0b3c9aefe8737185fd26973d32e294a4a4cc 0.00 MB 10 0
109,240 109,240 000000000000d04f9b8d5a03f62091f2ed00a735f977086d7b6c94f0f1899a0e 0.01 MB 42 0
109,239 109,239 000000000000e5adfd28c015ea0af1c74f93a1741216a4f98c18184a766b2def 0.00 MB 10 0
109,238 109,238 00000000000175c826b6a26ca0502efb09a9e3e7b54066f67b3ed5560ece0c6d 0.00 MB 13 0
109,237 109,237 000000000000ed460195b8c88c6f3c22dad6dfb03de44399f9fae1f4fad1b656 0.00 MB 2 0
109,236 109,236 000000000000c8a0b2d9710ae73489b5e2e84c96d5c0096f3f29fce2ca64fa11 0.00 MB 2 0
109,235 109,235 0000000000003428ec306b139f981f745487907a0fcb56cf289e2e9824b26570 0.00 MB 3 0
109,234 109,234 00000000000012d7a8734a93c7d0f53c427b5c3c330c64c80253a28e043af141 0.00 MB 1 0
109,233 109,233 0000000000008d3d56bacf159c18a22e838b29482e2a67e4a24a6fa2c0c70073 0.00 MB 2 0
109,232 109,232 00000000000197e483b9304cb83ec575952abc0c51f8a68d045ef4a005733cc2 0.00 MB 2 0
109,231 109,231 00000000000009c80ca662a41fdb61e21490eff4c2d664ede0b0872378e37219 0.00 MB 1 0
109,230 109,230 000000000000b53e282403ec2a3258581d5496c1298412fd741e84ec89dec81f 0.00 MB 2 0
109,229 109,229 0000000000007357e1fe75d32806f9b777fc794454f4b55f84556a8b79b636b0 0.00 MB 10 416
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.