Memory Pool Memory Pool Refreshing

5,878 transactions
3.55 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (792,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,443 115,443 0000000000009727007a6ac42fc3fa8274d51b19615713396a1d83f0072352ba 0.00 MB 9 1,233
115,442 115,442 000000000000c6c02318cc30f47765ebcb3e21a7383edf0b4024d8b48282afd9 0.00 MB 3 379
115,441 115,441 000000000000055a752d4f0d42d7ee3eb9acb899733155be4feaec170bfba3cb 0.00 MB 10 0
115,440 115,440 000000000000b5527dcf9b623493c60e3a75c7f532bae7358ad9d9e85c1ecf5c 0.00 MB 12 591
115,439 115,439 0000000000009e7b2ebcd79790597a3e025ea2973f78059f5e366dfe6c0de7ad 0.00 MB 5 1,052
115,438 115,438 000000000000466c437c0fe02d62d49f12af2e814764f0eb537615fafa6ff0fe 0.00 MB 7 1,510
115,437 115,437 00000000000085d649f8433510e374509cdda627b2b78e5683eec8c31554809c 0.00 MB 3 4,454
115,436 115,436 0000000000008f1d918fc590bead5bc9d56bfabfc1bf8f7bbfc981666094270a 0.00 MB 1 0
115,435 115,435 000000000000e811d1659286cc2dba42980c495ac95c4ed98070278c9bf08144 0.00 MB 3 2,070
115,434 115,434 00000000000049718b00446d9763c567eb9bb9e13f30c5a4ca20ba9eb1b6673d 0.00 MB 2 0
115,433 115,433 0000000000004658217d56ef689c75b2d19af2c1bf0386ff11e34bdc35ff69f0 0.00 MB 1 0
115,432 115,432 0000000000002a2e6fa8ab76d0ce2830f98382bb4fa63a29251104735ca216a2 0.01 MB 16 464
115,431 115,431 000000000000402d4d3cc50b70829fdb37ddc5198331375ff50f201c8e056dc9 0.00 MB 8 847
115,430 115,430 000000000000b462a74a917f5d4d078dec8de8064f6b274cc5be95b0252ed4ce 0.00 MB 1 0
115,429 115,429 000000000000f1a045f6cc0cbdbb040e8657c0732cc98622a2ba108d335bb72a 0.00 MB 5 0
115,428 115,428 00000000000030937353b4676fd624cdd679a61cd10b85888b7a0ee016a58b97 0.00 MB 7 0
115,427 115,427 0000000000006de8469ff1922874b1c29afeeaa0360f6d25ba3344a1243c9b3a 0.00 MB 9 0
115,426 115,426 000000000000cd0343f2e8a79afe498ed47db422c2b4e924422b0aff6fb4226b 0.01 MB 17 762
115,425 115,425 0000000000003465663e01348119f051da86552c01e303fbf0fa5850a4d04c43 0.00 MB 11 927
115,424 115,424 000000000000171bdfce46e0870a43426a8389e4f9e03df0c7db5a5736a81630 0.00 MB 1 0
115,423 115,423 0000000000004ce22cc8729e1c4d28718ba6fc952e290f0d17e94c7c361aeac9 0.00 MB 9 1,272
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.84 GB sent, 93.05 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.