Memory Pool Memory Pool Refreshing

5,275 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (171,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,485 736,485 00000000000000000002316fd432d123e092d205c529203de6113f00e0fed0fb 1.51 MB 2,178 7
736,484 736,484 0000000000000000000207a54da5aa8f6e0906a6fd7a5cf3153db56f261cddef 1.53 MB 2,877 19
736,483 736,483 000000000000000000031c581c9feda9382bdb944a9e5df9f6c4f21609f3c4d6 1.35 MB 1,375 10
736,482 736,482 0000000000000000000772ad023ff322062885a52e30d179980c9d6bcfd3ccff 1.47 MB 2,528 22
736,481 736,481 00000000000000000008bce7ad903f0c644bcc9896c80dd776f13ab36581f8e4 1.26 MB 1,876 13
736,480 736,480 000000000000000000042461bcca45076a0a6546a354dca06788a6b3d1b036b3 1.49 MB 3,230 19
736,479 736,479 00000000000000000002fc3129338b8c2261b78c381665037d6d0b433b01f6b4 1.43 MB 1,941 12
736,478 736,478 0000000000000000000403944b63a4c9c761420ff2dd64281c61a694e42d48cc 1.56 MB 1,947 17
736,477 736,477 00000000000000000005155d9009360b2a560690a70ce7acd9f49117c08661ad 1.52 MB 2,430 21
736,476 736,476 00000000000000000001b0d093fbf7bbf93f718d1c82971e4e669f5bfb422e0f 1.31 MB 2,651 19
736,475 736,475 0000000000000000000015caecf8c60a4ee3b56a1127688c1128be8d459ec238 1.40 MB 3,278 31
736,474 736,474 000000000000000000075aa84e03ba42905850120766a6765a0db85818cf1d59 1.78 MB 1,452 7
736,473 736,473 000000000000000000071ff046ffed01c5bf5c6d8e5b12db9fc96946a01b1e15 1.52 MB 3,019 16
736,472 736,472 00000000000000000004e0c1a9153c525be7b24fee81e1ae41e5338d83dbcf85 1.51 MB 2,337 13
736,471 736,471 0000000000000000000302772e95c27cc5c9d40b7fc015ca46f7fdfe3c8f5a5b 1.54 MB 3,017 16
736,470 736,470 0000000000000000000351e3563a21450225b25b5ec6fd6e27de9677d6b9bf95 1.64 MB 2,645 15
736,469 736,469 00000000000000000002ca1c98c5b2567bc929e55994f1aa57960f6d06855d4e 1.74 MB 1,762 10
736,468 736,468 0000000000000000000745a6a366885df1d64f273e9f846f4573ef44587865ed 1.88 MB 298 2
736,467 736,467 00000000000000000003f04375181cdb5f0c94f9dc2af89ca6c0280f76109c7e 1.76 MB 1,787 8
736,466 736,466 000000000000000000086d1d053be9d143fc89c8ee4489632e08a77b6cd43751 1.38 MB 1,704 13
736,465 736,465 00000000000000000001ddd84e4a08323117fc7c55f9c6c4c905d28b8c9f8960 1.39 MB 2,836 22
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.07 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.