Memory Pool Memory Pool Refreshing

2,287 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,282 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (471,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,477 436,477 000000000000000000b287685178eac794cc57988f4650522330a1cc7fd09245 1.00 MB 2,379 71
436,476 436,476 000000000000000003d246f2150b7bf43025cb3792b252e62309950840b4410b 0.99 MB 2,580 53
436,475 436,475 000000000000000000a5dc8480c667ef8c32ace966b836a2de6b60d4806ec75a 1.00 MB 2,612 57
436,474 436,474 000000000000000004057526fda537a47e112bd0ce74c7ef3fd81a1c26308c4b 1.00 MB 2,837 88
436,473 436,473 000000000000000000f789d4da3aec85265f0972a74245018d87bbc7d5652320 1.00 MB 2,274 126
436,472 436,472 0000000000000000000d81297dfa4e1c538a792ab64b5fb2099887ccd3806d09 1.00 MB 2,831 82
436,471 436,471 00000000000000000234ce50795cb2dd757b05c06f23ae967746465bb04d2c35 1.00 MB 2,241 71
436,470 436,470 000000000000000003cf055ab93cd6e57feea6c742207047093dd84831d95385 1.00 MB 2,585 91
436,469 436,469 000000000000000001f1a78382a7bc8cc1a5df2eb7b8f58f49c83472564d4c78 0.93 MB 2,437 88
436,468 436,468 00000000000000000145a83720075dd26fe317f4e5e7660dccc7e55118498d6c 0.96 MB 2,061 62
436,467 436,467 0000000000000000005539572fca1034fe9b89e525717b7bbdd7131adddf84e0 1.00 MB 1,156 27
436,466 436,466 00000000000000000247d26e855eabcab46321ed47adffa35aa8c06f633442ab 1.00 MB 2,322 73
436,465 436,465 000000000000000000af7790d30557b34fceb32fe4606d974e32917e99ae0b82 1.00 MB 2,274 60
436,464 436,464 000000000000000002b3a648187e9fc1040d51a4087d3d60e6f73e45d36969a1 1.00 MB 2,447 74
436,463 436,463 000000000000000001758fd48edadf19603cd2f36cdab1ba226adf25a446e6c5 1.00 MB 2,394 62
436,462 436,462 000000000000000002348e5398dad882fb14aeec6801d38b589ff21201fdb067 1.00 MB 2,192 69
436,461 436,461 0000000000000000006172fe8743f3ff7c19917f3e7e62e464df3b94b370f547 1.00 MB 2,910 120
436,460 436,460 0000000000000000031453c5b62a28b342524eb7086a8a4e569a7d3307b061b5 0.75 MB 2,024 82
436,459 436,459 000000000000000003c2e85405eaa86de3fb68197e7c029eb83ee4c3afabe55d 1.00 MB 2,349 74
436,458 436,458 000000000000000003f6f55e22db96b7b61b7455128e1a8a24209a0f33a40aeb 0.75 MB 2,008 83
436,457 436,457 00000000000000000238169dffb7d6f9f9758b721daf7ffd6cfce58ec4c9632d 0.34 MB 659 53
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.